Re: How many fields in a table are too many - Mailing list pgsql-general

From Jan Wieck
Subject Re: How many fields in a table are too many
Date
Msg-id 3EFEE40D.6050405@Yahoo.com
Whole thread Raw
In response to Re: How many fields in a table are too many  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: Difficulties to do a migration from Oracle8i to PostgreSQL 7.3.3
Next
From: Tom Lane
Date:
Subject: Re: PG crash on simple query