Answers for "how to set default schema for user in postgres"

SQL
0

postgres set default schema

SET search_path TO schema_name;
Posted by: Guest on December-18-2020

Code answers related to "how to set default schema for user in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language