Re: [GENERAL] how to create script of database in postgres..sql(winxp)

2006-04-04 Thread Michael Trausch
deepak pal wrote: > hi > i am trying to make script file for my database by using pg_dump in > windows as u say i open psql to postgres then a prompt postgres# open > then i write \i pg_dump it shows error.what should i do...plz hepl > \i in psql is for including a file to be read and

Re: [GENERAL] how to create script of database in postgres..sql(winxp)

2006-04-03 Thread Robert Treat
On Monday 03 April 2006 07:50, deepak pal wrote: > hi > i am trying to make script file for my database by using pg_dump in > windows as u say i open psql to postgres then a prompt postgres# open then > i write \i pg_dump it shows error.what should i do...plz hepl you need to use the pg

Re: [GENERAL] how to create script of database in postgres..sql(winxp)

2006-04-03 Thread A. Kretschmer
am 03.04.2006, um 17:20:56 +0530 mailte deepak pal folgendes: > hi > i am trying to make script file for my database by using pg_dump in If you want to write your own scriptfiles, you should better use a editor for this. > windows as u say i open psql to postgres then a prompt postgres# open