Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

check schema exists postgresql

SELECT schema_name FROM information_schema.schemata WHERE schema_name = 'name';
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #schema #exists #postgresql
ADD COMMENT
Topic
Name
7+1 =