Re: How many fields in a table are too many

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: How many fields in a table are too many
Дата
Msg-id 3EFEE40D.6050405@Yahoo.com
обсуждение исходный текст
Ответ на Re: How many fields in a table are too many  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
elein wrote:
> Re: attribute ordering
>
> The column presentation issue maybe should be
> cross referenced with the problem with rowtypes
> where the referenced table has dropped columns.
> This is the one where in plpgsql you do a select *
> into a rowtype of a table with dropped columns
> you get a mismatch on the types.  Implementing
> the presentation ordering will probably give a
> solution to the rowtype problem.

Recompiling the function should be totally sufficient. That you mention
this as a problem indicates that you have self modifying code or are
developing on your production system. Which of them is it?


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Difficulties to do a migration from Oracle8i to PostgreSQL 7.3.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG crash on simple query