Jonathan Altman
Home
Blog
About
Contact
Jonathan Altman
Dotcom Thousandaire
Home
/
Blog
/
Tags
/
sql
1 post tagged with "sql"
Listing schemas in a Postgresql database
(November 01, 2005)
tags:
postgresql, sql, schemas, list, technical
To list the schemas in a postgresql database:
select nspname from pg_namespace;