Re: sequences

From: Bricklen Anderson <banderson(at)presinet(dot)com>
To: "Alexander B(dot)" <burbello3000(at)yahoo(dot)com(dot)br>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: sequences
Date: 2007-04-04 19:55:38
Message-ID: 461402BA.6080009@presinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Alexander B. wrote:
> Hi,
>
> I tried to find, but I didn't, I would like to know what's the view to
> list all sequences!
>
> Thank you
>

\ds
or
select * from pg_class where relkind = 'S';

In response to

  • sequences at 2007-04-04 19:19:58 from Alexander B.

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-04-04 20:10:46 Re: xlog related error
Previous Message Jeff Frost 2007-04-04 19:49:06 Re: sequences