Re: Working between Windows and Unix
От
Shoaib Mir
Тема
Re: Working between Windows and Unix
Дата
Msg-id
bf54be870704020309l1e99c268v9e0fe7e6032b0170@mail.gmail.com
Ответ на
Working between Windows and Unix (Erick Papadakis)
Список
Дерево обсуждения
Working between Windows and Unix "Erick Papadakis" <erick.papa@gmail.com>
Re: Working between Windows and Unix Russell Smith <mr-russ@pws.com.au>
Re: Working between Windows and Unix "Erick Papadakis" <erick.papa@gmail.com>
Re: Working between Windows and Unix Raymond O'Donnell <rod@iol.ie>
Re: Working between Windows and Unix "Shoaib Mir" <shoaibmir@gmail.com>
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.com)
--
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)
On 4/2/07, Erick Papadakis < erick.papa@gmail.com> 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 learning the ropes. But the
problem is with exporting data and structure. Phppgadmin does not
allow exporting to SQL of the database on Windows platform. I see this
error:
--------------QUOTE--------------------
<br />
<b>Notice</b>: Undefined offset: 1 in
<b>D:\Code\phppg\dbexport.php</b> on line <b>75</b><br />
<br />
<b>Notice</b>: Undefined offset: 1 in
<b>D:\Code\phppg\dbexport.php</b> on line <b>78</b><br />
Dumping of complex table and schema names on Windows is not supported.
--------------END QUOTE--------------------
Failing this, what else can I do? How can I simply take all my data
and structure from here and put it up?
I also want this method to be fast because I have a table with about
2.5 million rows (I know it is nothing compared to other discussions
that people post here, but it is a lot for my machine).
Many thanks!
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
В списке pgsql-general по дате отправления