BUG #2572: ALTER TABLE ADD COLUMN

From: "Emil J(dot)" <emilj(at)pyton(dot)sk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2572: ALTER TABLE ADD COLUMN
Date: 2006-08-12 11:53:08
Message-ID: 200608121153.k7CBr8vM010761@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2572
Logged by: Emil J.
Email address: emilj(at)pyton(dot)sk
PostgreSQL version: 8.1.4
Operating system: Windows XP
Description: ALTER TABLE ADD COLUMN
Details:

I create some function (PLPGSQL):

.....
BEGIN
ALTER TABLE sch.table ADD COLUMN abc INTEGER;
RETURN NULL;
END;

After i called it, nothing happend. No Error, No Exception, No effect - no
column added.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2006-08-13 13:57:08 Re: BUG #2572: ALTER TABLE ADD COLUMN
Previous Message bernard snyers 2006-08-12 06:52:48 distance operator dont work