| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ralph Smith <smithrn(at)u(dot)washington(dot)edu> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 2 versions running & using pg_dumpall |
| Date: | 2007-10-25 20:09:28 |
| Message-ID: | 25248.1193342968@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Ralph Smith <smithrn(at)u(dot)washington(dot)edu> writes:
> On Oct 25, 2007, at 12:24 PM, Tom Lane wrote:
>> Hmph. Nothing obviously wrong there, except that it's not finding
>> anything except template1. What does "select * from pg_database"
>> show?
> postgres=# select * from pg_database ;
> datname | datdba | encoding | datistemplate | datallowconn |
> datconnlimit | datlastsysoid | datfrozenxid | dattablespace |
> datconfig | datacl
> -----------+--------+----------+---------------+--------------
> +--------------+---------------+--------------+---------------
> +-----------+-------------------------------------
Ummm ... those are the column headings for 8.2 pg_database, not 7.4.
You're looking at the wrong postmaster.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ralph Smith | 2007-10-25 20:32:24 | Re: 2 versions running & using pg_dumpall |
| Previous Message | Ralph Smith | 2007-10-25 19:48:16 | Re: 2 versions running & using pg_dumpall |