| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ari Kahn <akahn1(at)gmu(dot)edu> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dumpall: does not exist database |
| Date: | 2006-04-25 07:25:53 |
| Message-ID: | 13747.1145949953@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Ari Kahn <akahn1(at)gmu(dot)edu> writes:
> I was trying to dump all my databases:
> su - postgres
> /usr/local/bin/pg_dumpall > /Volumes/Space/postgresql_060425.dump
> I get:
> " does not exist database "foodmartto database "foodmart
> ", exiting: pg_dump failed on database "foodmart
> I guess I had a database called foodmart at one time. However, it
> doesn't show up in the DB list:
> postgres=# \l
> List of databases
> Name | Owner | Encoding
> ---------------+----------+-----------
> barry | barry | SQL_ASCII
> | kahn | SQL_ASCII
> .
Are you trying to accurately reproduce the formatting of what you see?
If so, I'm wondering if you've got a database with a carriage return
embedded in the name, or something like that.
What PG version is this?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ari Kahn | 2006-04-25 07:35:22 | Re: pg_dumpall: does not exist database |
| Previous Message | Tom Lane | 2006-04-25 07:20:30 | Re: remove another version of postgreSQL |