Re: [GENERAL] Adding a colum

2000-07-17 Thread Alfred Perlstein
* Steven <[EMAIL PROTECTED]> [000717 11:28] wrote: > 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? it's in the docs: http://www.postgresql.org/docs/user/sql-altertable.htm -- -Alfred Perlstein - [[EMAIL PROTECTED]|[

Re: [GENERAL] Adding a colum

2000-07-17 Thread davidb
ct: [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? >

[GENERAL] Adding a colum

2000-07-17 Thread Steven
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?