Re: [SQL] system tables inquiry & db Link inquir

From: "Gary Chambers" <gwchamb(at)gmail(dot)com>
To: "Karthikeyan Sundaram" <skarthi98(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] system tables inquiry & db Link inquir
Date: 2007-02-28 18:29:43
Message-ID: 302670f20702281029u6f502a14h3fa28ab41b1d8b4f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

> I want to find all the sequences. What is the system tables that have
> the information about all the sequences?

psql -E -U <user> <db>
\ds

Capture the query that psql sends to the server.

Can't help with the dblink -- sorry.

-- Gary Chambers

// Nothing fancy and nothing Microsoft!

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2007-02-28 18:35:17 Re: [SQL] system tables inquiry & db Link inquiry
Previous Message Karthikeyan Sundaram 2007-02-28 18:19:15 system tables inquiry & db Link inquiry

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2007-02-28 18:35:17 Re: [SQL] system tables inquiry & db Link inquiry
Previous Message Karthikeyan Sundaram 2007-02-28 18:19:15 system tables inquiry & db Link inquiry