Re: Some useful plpgsl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Some useful plpgsl
Дата
Msg-id 5941.1046462827@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Some useful plpgsl  ("Berend Tober" <btober@seaworthysys.com>)
Ответы Re: Some useful plpgsql
Список pgsql-general
"Berend Tober" <btober@seaworthysys.com> writes:
> 1) To change the schema associated with given tables.

I think this is likely to break things, particularly if it's used to
move individual tables and not the entire contents of a schema.  I don't
see anything here that will rename a table's rowtype into the new
schema, and I don't see any guarantee that a table's indexes will move
with it.  (I don't recall any other assumptions about stuff being in the
same schema, but you should look around for them...)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres error reporting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Recreating a primary key