Re: Old problem needs solution - Mailing list pgsql-general

From Richard Huxton
Subject Re: Old problem needs solution
Date
Msg-id 429DEBBB.5020700@archonet.com
Whole thread Raw
In response to Re: Old problem needs solution  ("Gerald D. Anderson" <gander@vte.com>)
Responses Re: Old problem needs solution  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Gerald D. Anderson wrote:
> data # pg_dump -Fc -f blah.txt -tforums_auth forums22 -u        User
> name: postgres
> Password:
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR:  did not find '}' at end of
> input node
> pg_dump: The command was: SELECT (SELECT usename FROM pg_user WHERE
> usesysid = datdba) as dba, pg_encoding_to_char(encoding) as encoding,
> datpath FROM pg_database WHERE datname = 'forums22'
>
> That help?  As far as when, pretty much anytime I do anything.  My guess
> is messed up metadata.

Yep - I'm guessing it's an issue with an array (group membership?) in
pg_user.

Can you SELECT * FROM pg_user?
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Gary Horton
Date:
Subject: Re: How to wait until startup completes
Next
From: Tom Lane
Date:
Subject: Re: How to wait until startup completes