initdb fails: problem with array?

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема initdb fails: problem with array?
Дата
Msg-id 3F1D749D.9080909@pse-consulting.de
обсуждение исходный текст
Ответы Re: initdb fails: problem with array?  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
The current snapshot won't initdb, because running 
information_schema.sql fails.
The two occurences of "WHERE u.usesysid = ANY( g.grolist )" are the 
problem. Replacing the ANY clause with some dummy will let everything 
run ok.

select usename from pg_user, pg_group where usesysid = ANY (grolist)
will yield ERROR: syntaxt error at or near "grolist", so I believe that 
the ANY(ARRAY) support is broken.

Regards,
Andreas



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

Предыдущее
От: Thomas Swan
Дата:
Сообщение: Re: php with postgres
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: php with postgres