Re: pg_dumpall: does not exist database

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Ari Kahn <akahn1(at)gmu(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dumpall: does not exist database
Date: 2006-04-25 12:46:43
Message-ID: 20060425124642.GE4474@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Ari Kahn (akahn1(at)gmu(dot)edu) wrote:
> That was a good idea. But this is not the case.

You might try just looking at pg_database directly:

select * from pg_database;

Or (as someone else suggested) pipeing the output into a file which
you can then look at.

As a side-note: I'm a graduate student at GMU and will be at the main
Fairfax campus this afternoon (probably starting around 3pm) and I've
got classes there tonight (4:30pm and 7:20pm). I'd be happy to help
anyone at GMU with Postgres. :)

Thanks,

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nik 2006-04-25 13:39:40 Re: Partitioning rule not behaving as expected
Previous Message Geoffrey 2006-04-25 12:14:15 Re: pg_dumpall: does not exist database