Re: newbie question - Mailing list pgsql-general

From Aasmund Midttun Godal
Subject Re: newbie question
Date
Msg-id 20011105014648.22683.qmail@ns.krot.org
Whole thread Raw
In response to Re: newbie question  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
List pgsql-general
erm, sorry, if you wanna see all the databases you can always:

SELECT datname FROM pg_database;

On Mon, 05 Nov 2001 01:27:29 GMT, "Aasmund Midttun Godal" <postgresql@envisity.com> wrote:
> just \d
>
> ...
>
>
> On 5 Nov 2001 00:43:45 -0000, "Dr. Evil" <drevil@sidereal.kz> wrote:
>
> Aasmund Midttun Godal
>
> aasmund@godal.com - http://www.godal.com/
> +47 40 45 20 46
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

Aasmund Midttun Godal

aasmund@godal.com - http://www.godal.com/
+47 40 45 20 46

pgsql-general by date:

Previous
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: newbie question
Next
From: Justin Clift
Date:
Subject: Unusual problem. A sequence is incrementing by 2 when increment_by = 1, think it's caused by an INSERT rule