搜索路径的确是您想要的:
% create schema blarg;% set search_path to blarg;% create table foo (id int);% d List of relations Schema | Name | Type | Owner --------+------+-------+------- blarg | foo | table | pgsql

搜索路径的确是您想要的:
% create schema blarg;% set search_path to blarg;% create table foo (id int);% d List of relations Schema | Name | Type | Owner --------+------+-------+------- blarg | foo | table | pgsql