| От | Tom Lane |
|---|---|
| Тема | Re: More schema queries |
| Дата | |
| Msg-id | 16323.1021939213@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: More schema queries ("Dave Page" <dpage@vale-housing.co.uk>) |
| Список | pgsql-hackers |
"Dave Page" <dpage@vale-housing.co.uk> writes:
> I'm confused. Does the standalone backend not deal with schemas fully
> and is silently failing 'cos there's nothing technically wrong with the
> pg_catalog.viewname syntax?
The standalone backend does schemas just fine. What is supposed to
ensure that the views get created in pg_catalog is the bit in initdb:
PGSQL_OPT="$PGSQL_OPT -O --search_path=pg_catalog"
The -- parameter should do the equivalent ofSET search_path = pg_catalog;
but apparently it's not working for you; if it weren't there then the
views would indeed get created in public.
Any idea why it's not working?
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера