Re: system tables inquiry & db Link inquir - Mailing list pgsql-sql

From Gary Chambers
Subject Re: system tables inquiry & db Link inquir
Date
Msg-id 302670f20702281029u6f502a14h3fa28ab41b1d8b4f@mail.gmail.com
Whole thread Raw
In response to system tables inquiry & db Link inquiry  ("Karthikeyan Sundaram" <skarthi98@hotmail.com>)
Responses pg_dump error  ("Karthikeyan Sundaram" <skarthi98@hotmail.com>)
List 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!

pgsql-sql by date:

Previous
From: "Karthikeyan Sundaram"
Date:
Subject: system tables inquiry & db Link inquiry
Next
From: Scott Marlowe
Date:
Subject: Re: system tables inquiry & db Link inquiry