Re: Adding a colum
davidb@vectormath.com
From: <davidb@vectormath.com>
To: <lacroix@newwaveindustries.com>, "Postgres-Gen List" <pgsql-general@postgresql.org>
Date: 2000-07-17T18:30:17Z
Lists: pgsql-general
www.postgresql.org select Info Central select Documentation select Integrated Document select I - 19 ALTER TABLE ALTER TABLE ADD COLUMN -----Original Message----- From: Steven <lacroix@newwaveindustries.com> To: Postgres-Gen List <pgsql-general@postgresql.org> Date: Monday, July 17, 2000 1:28 PM Subject: [GENERAL] Adding a colum >I'm pretty new using postgres, but is there any way to add a field to a >table without droping the table and recreating it? >