Re: How to see sequences?

From: Philip Hallstrom <philip(at)adhesivemedia(dot)com>
To: Timothy Reaves <treaves(at)silverfields(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to see sequences?
Date: 2002-02-05 02:19:05
Message-ID: 20020204181832.T67618-100000@teak.adhesivemedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gerhard Pfeiffer 2002-02-05 03:24:39 rule on update
Previous Message Timothy Reaves 2002-02-05 02:11:16 sequence question