Re: Odd duplicate database

From: Madison Kelly <linux(at)alteeve(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Odd duplicate database
Date: 2009-01-14 20:06:39
Message-ID: 496E45CF.6050106@alteeve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Camilo Sperberg 2009-01-14 20:35:55 Select CASE when null ?
Previous Message Alvaro Herrera 2009-01-14 19:59:55 Re: Odd duplicate database