> 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!