Обсуждение: Trying to move a 6.1 database to 6.5

Поиск
Список
Период
Сортировка

Trying to move a 6.1 database to 6.5

От
"Klein, Robert"
Дата:
I used pg_dump to create sql insert statements but keep getting the
following error when importing them into 6.5

query buffer max length of 16384 exceeded
query line ignored


Re: [SQL] Trying to move a 6.1 database to 6.5

От
Stoyan Genov
Дата:
> I used pg_dump to create sql insert statements but keep getting the
> following error when importing them into 6.5
> 
> query buffer max length of 16384 exceeded
> query line ignored
> 
> ************
> 

There is probably a problem with the double quotes (") (at least I had got 
the
same error because of this).

Please find (on the www.postgresql.org site) and read something about 
porting
databases to 6.3.

Stoyan Genov