Prefixing schema name

Поиск
Список
Период
Сортировка
От Tiffany Thang
Тема Prefixing schema name
Дата
Msg-id CAB_W-NN2Bx6AseZJrijUMG9M82G9Mi0sRuaUJxeh+9x+1cqp2A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Prefixing schema name
Список pgsql-general
Hi,
Would it be possible to create a table or index in a schema without prefixing the schema name? I find it a hassle to keep specifying the schema name when I create an object or performing DMLs in a schema. The search_path configuration works only for queries.

For example:
Is there a way to run the create/insert statements below without prefixing the schema name, user1?

As the user, user1:
Create table user1.table1 (id int);
Insert into user1.table1 values (1);

Thanks.



В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Help troubleshooting SubtransControlLock problems
Следующее
От: Jan Bilek
Дата:
Сообщение: cached plan must not change result type