Re: 2 versions running & using pg_dumpall - Mailing list pgsql-general

From Tom Lane
Subject Re: 2 versions running & using pg_dumpall
Date
Msg-id 25248.1193342968@sss.pgh.pa.us
Whole thread Raw
In response to Re: 2 versions running & using pg_dumpall  (Ralph Smith <smithrn@u.washington.edu>)
Responses Re: 2 versions running & using pg_dumpall  (Ralph Smith <smithrn@u.washington.edu>)
List pgsql-general
Ralph Smith <smithrn@u.washington.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

pgsql-general by date:

Previous
From: Ralph Smith
Date:
Subject: Re: 2 versions running & using pg_dumpall
Next
From: Ralph Smith
Date:
Subject: Re: 2 versions running & using pg_dumpall