Dump from cygwin directly to windows

Поиск
Список
Период
Сортировка
От Mike G.
Тема Dump from cygwin directly to windows
Дата
Msg-id 20041217225647.GA14073@localhost.localdomain
обсуждение исходный текст
Ответы Re: Dump from cygwin directly to windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

In testing RC1 today I attempted to use pg_dump -h cygwin_box mydb | psql -h RC1_box mydb

It started off ok but at somepoint while transferring data over in a table it went astray.  I started getting rows and
rowsof syntax errors most of them saying "invalid command \N".  
 

All of the functions, views, and table definitions transferred successfully but none of the data in the tables did.

I swear I did this in an earlier beta version and it worked.

I don't see any option in pg_dump to specify options for the Copy commands issued.  

Using the pg_dump as insert statements option seems to be working fine.

Not sure if this would be considered a bug or new feature.

Mike




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Permissions within a function
Следующее
От: Sean Chittenden
Дата:
Сообщение: pgmemcache 1.0rc1...