Re: Tables dissapearing

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Tables dissapearing
Дата
Msg-id 46D3D6C0.4000606@archonet.com
обсуждение исходный текст
Ответ на Re: Tables dissapearing  (Kamil Srot <kamil.srot@nlogy.com>)
Ответы Re: Tables dissapearing
Список pgsql-general
Kamil Srot wrote:
> In the version used on this particular server, there is no
> automatic/programing way of changing
> the schema. Upgrades are done manually and application itself doesn't
> need schema changes
> for routine operations...

In that case, you can settle the matter by making sure your application
connects as a user that doesn't own any of the tables. That way they
can't be dropped.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Tables dissapearing
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: delete vs insert vs update due to primary key dups -> which is better