Re: Adding a field to an existing table.

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: dlangschied <dlangschied(at)ameritech(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Adding a field to an existing table.
Date: 2003-05-01 16:42:32
Message-ID: 20030501094131.J26984-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Thu, 1 May 2003, dlangschied wrote:

> I want to know if it is possible to add a field to an existing table. I

With some limitations about extra clauses (constraints, defaults) being
dropped on some versions, ALTER TABLE ADD COLUMN can add fields.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Vinay 2003-05-01 18:19:35 Newbie
Previous Message dlangschied 2003-05-01 16:39:43 Re: Adding a field to an existing table.