Re: [GENERAL] Working between Windows and Unix

2007-04-02 Thread Raymond O'Donnell
On 02/04/2007 19:51, Erick Papadakis wrote: How can I find the path for pg_dump? You mean on Windows or on Linux? I am unable to make the "dump" or SQL backup from my Windows machine to begin with! On my laptop (WinXP) it's in c:\program files\postgresql\8.2\bin. I've added this to my system

Re: [GENERAL] Working between Windows and Unix

2007-04-02 Thread Erick Papadakis
On 4/2/07, Russell Smith <[EMAIL PROTECTED]> wrote: Erick Papadakis wrote: > Hello: > > I am working on Windows and Unix with Postgresql (newbie, so please be > kind). I use phppgadmin on both platforms. Windows is my local > machine. Linux (CentOS as usual) is the cpanel thing that my hosting >

Re: [GENERAL] Working between Windows and Unix

2007-04-02 Thread Russell Smith
Erick Papadakis wrote: Hello: I am working on Windows and Unix with Postgresql (newbie, so please be kind). I use phppgadmin on both platforms. Windows is my local machine. Linux (CentOS as usual) is the cpanel thing that my hosting provider offers. Basically this setup works well and I am lear

Re: [GENERAL] Working between Windows and Unix

2007-04-02 Thread Shoaib Mir
Why dont you use the pg_dump ( http://www.postgresql.org/docs/8.2/static/backup-dump.html) utility of PostgreSQL. Use the -s switch for taking just the schema and -a for taking the data dumps. Try that and let us know if you face a problem doing so. -- Shoaib Mir EnterpriseDB (www.enterprisedb.co