PostgreSQL: Set search path (schemas) for user

alter role <username> set search_path = <schema1>, ..., <scheman>, public;
Set search path for table names (by Schema)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.