Jonathan Altman

Dotcom Thousandaire

1 post tagged with "sql"

(November 01, 2005)
tags: postgresql, sql, schemas, list, technical

To list the schemas in a postgresql database:

select nspname from pg_namespace;