B.W.H. van Beest writes: > It seems so elementary, but how I get a list of which tables are > available in a database. I can't find an SQL command for this, but there > must be a way!
SELECT * FROM pg_tables;
--
Peter Eisentraut [EMAIL PROTECTED]
---------------------------(end of broadcast)---------------------------
TIP 3: 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
