Re: Unable to dump database using pg_dump - Mailing list pgsql-general

From Adam Dear
Subject Re: Unable to dump database using pg_dump
Date
Msg-id 4850626A.9090202@usnx.net
Whole thread Raw
In response to Re: Unable to dump database using pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Unable to dump database using pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
madisoncounty=# select ctid,xmin,xmax,cmin,cmax,usename from pg_shadow;
  ctid  | xmin | xmax | cmin | cmax |    usename
-------+------+------+------+------+---------------
  (0,1) |    1 |  596 |  596 |    1 | postgres
  (0,2) |    2 |    1 |    1 |    0 | postgres
  (0,5) |    2 |    0 |    0 |    0 | madisoncounty
(3 rows)


Tom Lane wrote:
> Adam Dear <adear@usnx.net> writes:
>> The record is still there.
>
> Hmph. Could we see all the system columns from that table?
>     select ctid,xmin,xmax,cmin,cmax,usename from pg_shadow;
>
>             regards, tom lane
>
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unable to dump database using pg_dump
Next
From: Celso Pinto
Date:
Subject: Re: array column and b-tree index allowing only 8191 bytes