Listing schemas in a Postgresql database

Posted by Jonathan Altman Tue, 01 Nov 2005 05:20:17 GMT

To list the schemas in a postgresql database:
select nspname from pg_namespace;

Posted in  | Tags , , ,  | no comments | no trackbacks

Comments

Trackbacks

Use the following link to trackback from your own site:
http://blog.dotbot.net/articles/trackback/2

Comments are disabled