| From: | Richard Huxton <dev(at)archonet(dot)com> |
|---|---|
| To: | "Gerald D(dot) Anderson" <gander(at)vte(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Old problem needs solution |
| Date: | 2005-06-01 17:09:15 |
| Message-ID: | 429DEBBB.5020700@archonet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-06-01 17:13:43 | Re: How to wait until startup completes |
| Previous Message | Richard Huxton | 2005-06-01 17:07:19 | Re: Can I catch sentences in SQL using triggers? |