Re: pg_dumpall: does not exist database

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dumpall: does not exist database
Date: 2006-04-25 12:14:15
Message-ID: 444E1297.90600@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ari Kahn wrote:

> I think the issue is something like this though.

Send the output of your database listing to a pipe through 'cat -evt'
and see if you've got any unusual characters in the names of your databases:

echo '\l' | psql template1 |cat -evt

--
Until later, Geoffrey

Any society that would give up a little liberty to gain a little
security will deserve neither and lose both. - Benjamin Franklin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2006-04-25 12:46:43 Re: pg_dumpall: does not exist database
Previous Message Geoffrey 2006-04-25 12:08:53 Re: How to have a blind-superuser