Dump/restore indexes and functions in public schema

Поиск
Список
Период
Сортировка
От marian krucina
Тема Dump/restore indexes and functions in public schema
Дата
Msg-id CAP-0x-r26-MrQ_nhCxNcCm8WOkT5GGgqEPc9oYA66L6tEMbMTA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Dump/restore indexes and functions in public schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

pg_upgrade failed on own server, because we used functions from public
schema in index. We install common functions (e.g. postgresql contrib)
to public schema. Tables and indexes are in another schema, and names
of functions without a schema name.
Can I do pg_upgrade (or pg_restore) with the indexes?
What is the best practice?

In documentation is: Users can then refer to these additional objects
by qualifying the names with a schema name, or they can put the
additional schemas into their search path, as they choose.

thank you
marian


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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: How do i know if a vacuum is running?
Следующее
От: Dean Myerson
Дата:
Сообщение: Creating and managing triggers