Re: Alter Temporary table in Stored Procedure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nykolyn, Andrew" <andrew(dot)nykolyn(at)ngc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Alter Temporary table in Stored Procedure
Date: 2008-02-10 19:02:09
Message-ID: 18014.1202670129@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Nykolyn, Andrew" <andrew(dot)nykolyn(at)ngc(dot)com> writes:
> Does any know of a way that I can alter a temporary table by adding a
> serial column within a stored procedure after it has been created?

It should just work. What did you try, exactly, and what error message
did you get?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-02-10 19:21:44 Re: ERROR: expected just one rule action
Previous Message Erik Jones 2008-02-10 18:55:20 Re: Is PG a moving target?