Locking for function creation

Поиск
Список
Период
Сортировка
От Mark Morgan Lloyd
Тема Locking for function creation
Дата
Msg-id 4573036D.252190AD@telemetry.co.uk
обсуждение исходный текст
Ответы Re: Locking for function creation  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
If there's a risk that multiple clients will try to execute a 'create or replace
function' simultaneously, what's the recommended practice for putting it in a
transaction and/or locking it? If a lock's incolved what should this be applied
to- the table that the function is most likely to be involved with, an arbitrary
table, or a dummy table specifically reserved for this purpose?

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

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

Предыдущее
От: "tam wei"
Дата:
Сообщение: Storing files in postgres db
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Concatenate performance question