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!
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly