Re: [HACKERS] @(#)Mordred Labs advisory 0x0007: Remove DoS in PostgreSQL

2002-08-26 Thread Chris Humphries
hwart this, all the better. > -- > Lamar Owen > WGCR Internet Radio > 1 Peter 4:11 > > ---(end of broadcast)--- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [EMAIL

Re: [HACKERS] Why is MySQL more chosen over PostgreSQL?

2002-07-29 Thread Chris Humphries
> "Open Source Software - Sometimes you get more than you paid for..." > > > ---(end of broadcast)------- > TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] -- Chris Humphries Development InfoStructure 540.366.98

Re: [HACKERS] Oracle Decode Function

2002-07-25 Thread Chris Humphries
if you find yourself using the decode statement, you are probably doing something wrong. why have it, do you _need_ it? if you are using it for display strings based on conditions, you shouldnt be using a function to do this. it should be a table, or something in the middle layer. try to keep th