Re: Odd duplicate database - Mailing list pgsql-general

From Madison Kelly
Subject Re: Odd duplicate database
Date
Msg-id 496E45CF.6050106@alteeve.com
Whole thread Raw
In response to Re: Odd duplicate database  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Odd duplicate database
List pgsql-general
Alvaro Herrera wrote:
> Madison Kelly wrote:
>> Forgot to mention, this is PostgreSQL 8.3.5 on Linux (Ubuntu 8.10, hey,
>> it's a devel machine!). :)
>
> Huh.
>
> Please send along
> select xmin, xmax, ctid, cmin, cmax, datname from pg_database;

template1=# select xmin, xmax, ctid, cmin, cmax, datname from pg_database;
  xmin | xmax |  ctid  | cmin | cmax |  datname
------+------+--------+------+------+------------
   383 |    0 | (0,1)  |    0 |    0 | template1
   384 |    0 | (0,2)  |    0 |    0 | template0
   386 |    0 | (0,3)  |    0 |    0 | postgres
   659 |    0 | (0,10) |    0 |    0 | deadswitch
  3497 | 3625 | (0,35) |    0 |    0 | nexxia
(5 rows)

Madi

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Odd duplicate database
Next
From: "Camilo Sperberg"
Date:
Subject: Select CASE when null ?