[GENERAL] Backslah in encrypt function.

2007-07-25 Thread Nalin Bakshi
\ to encrypt \ , but on decryption I get \\ instead of \ (single backslash). Could someone guide me regarding this, Thanks in advance, Nalin Bakshi. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subs

[GENERAL] Return types of a function

2006-02-10 Thread Nalin Bakshi
Hi!    I have postgres installed in my machine and have a simple task to do. Step1) Fetch all the tables in the Database with name staerting with "AA" Step2) On each table you get fire a simple SQL query:     select * from ; Step3) Right these into a flat file. I have to carry out all t