append to the current search_path

Поиск
Список
Период
Сортировка
От TJ O'Donnell
Тема append to the current search_path
Дата
Msg-id 42FD4D53.3090008@acm.org
обсуждение исходный текст
Ответы Re: append to the current search_path  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
How can I append to the current search_path?
How can I put $user (back) into the search path?
These commands all fail:
  set search_path  $user,public,gnova;
  set search_path \$user,public,gnova;
  set search_path '$user',public,gnova;

Ideally, I would like something like PATH=${PATH}:/usr/local/bin
where I can get the current value and just append to it.

TJ

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

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: insert performance riddle
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: append to the current search_path