Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres get all tables in schema

SELECT * FROM information_schema.tables 
WHERE table_schema = 'public'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgres #tables #schema
ADD COMMENT
Topic
Name
8+5 =