idoru.be/notes
Manuals, writings and idea's from an techie.
How to select a schema in a Postgresql query
by
bram
SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = ‘
tablename
‘;
Published on
December 8, 2010
in
howto
« Previous Post
Next Post »