Re: How to see sequences? - Mailing list pgsql-general

From Philip Hallstrom
Subject Re: How to see sequences?
Date
Msg-id 20020204181832.T67618-100000@teak.adhesivemedia.com
Whole thread Raw
In response to How to see sequences?  (Timothy Reaves <treaves@silverfields.com>)
List pgsql-general
If you type "\?" in psql you'll see it.  I think it's either \ds or \dS.
\d will list both tables and sequences...

-philip

On Mon, 4 Feb 2002, Timothy Reaves wrote:

>     Is there a command to list all sequences in a DB?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


pgsql-general by date:

Previous
From: Timothy Reaves
Date:
Subject: How to see sequences?
Next
From: Medi Montaseri
Date:
Subject: need help with \df (user defined function listing)