initdb fails: problem with array?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: initdb fails: problem with array?
Date: 2003-07-22 17:30:05
Message-ID: 3F1D749D.9080909@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-22 17:35:27 Re: php with postgres
Previous Message Andrew Dunstan 2003-07-22 17:18:43 reprise on Linux overcommit handling