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