Обсуждение: Multivyte between different versions

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

Multivyte between different versions

От
Mario Jorge Nunes Filipe
Дата:
Hi

Is there a way to connect a 7.x psql to a 6.x postgres?

One of my coworkers is trying to do that but he always get's some error
about multibyte strings.

Thank you

--
        Mario Filipe
        mjnf@uevora.pt
        http://neptuno.sc.uevora.pt/~mjnf

Re: Multivyte between different versions

От
Tom Lane
Дата:
Mario Jorge Nunes Filipe <mjnf@uevora.pt> writes:
> Is there a way to connect a 7.x psql to a 6.x postgres?

Should work, for the most part, though you may find problems with some
backslash commands because of changes in the system catalog layout.

> One of my coworkers is trying to do that but he always get's some error
> about multibyte strings.

Ignore it; or recompile psql with the same MULTIBYTE compile option that
was used for the old server.

            regards, tom lane