Re: Can't pg_dumpall, claims database exists twice

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't pg_dumpall, claims database exists twice
Date: 2005-03-28 17:08:23
Message-ID: BE6D8817.1F40C%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> select ctid,oid,xmin,cmin,xmax,cmax,* from pg_database

ctid | oid | xmin | cmin | xmax | cmax | datname | datdba |
encoding | datistemplate | datallowconn | datlastsysoid | datvacuumxid |
datfrozenxid | dattablespace | datconfig | datacl
-------+--------+--------+------+------+------+-----------+--------+--------
--+---------------+--------------+---------------+--------------+-----------
---+---------------+-----------+------------------------
(0,1) | 288848 | 787399 | 0 | 0 | 0 | pedcard | 1 |
0 | f | t | 17228 | 482 |
482 | 1663 | |
(0,3) | 220622 | 3149 | 0 | 0 | 0 | pedcard | 1 |
0 | f | t | 17228 | 770122 |
3221995595 | 1663 | |
(0,6) | 1 | 538 | 0 | 0 | 0 | template1 | 1 |
0 | t | t | 17228 | 482 |
482 | 1663 | | {postgres=CT/postgres}
(0,7) | 17229 | 539 | 0 | 0 | 0 | template0 | 1 |
0 | t | f | 17228 | 482 |
482 | 1663 | | {postgres=CT/postgres}
(4 rows)

--
Scott Ribe
scott_ribe(at)nospam(dot)killerbytes(dot)com
http://www.killerbytes.com/
(303) 665-7007 voice

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2005-03-28 17:08:28 Re: Can't pg_dumpall, claims database exists twice
Previous Message Scott Ribe 2005-03-28 17:05:22 Re: Can't pg_dumpall, claims database exists twice