Re: [GENERAL] sql script confusion

2004-09-29 Thread Richard Huxton
Sim Zacks wrote: Do I need to use a specific language in a function to do this or does it work as native SQL, as it would in T-SQL? You need to use a specific language. What I would like to do is something like - (pseudo code) declare cursor for select relname from pg_statio_user_sequences open cur

Re: [GENERAL] SQL script

2004-04-15 Thread Richard Huxton
On Thursday 15 April 2004 09:22, [EMAIL PROTECTED] wrote: > good day toall.. > imm running postgreSQL on linux. > my main goal is to create a script that will dump a data from our server > too my local PC. the content of the script would be execute sql command > in one shot: 1. dump data > 2. upd