Re: [ADMIN] SQL Commands

2000-12-04 Thread Anthony E. Greene
On Thu, 30 Nov 2000, Greg Thompson wrote: >SQL Commands (such as ALTER TABLE) no longer >appear to be available in "Online version of user" at > >http://www.postgresql.org/devel-corner/docs/index.html > >Where can I find this documentation? man l alter_table Tony -- Anthony E. Greene <[EMAIL PR

Re: [ADMIN] SQL Commands

2000-12-04 Thread Peter Eisentraut
Greg Thompson writes: > SQL Commands (such as ALTER TABLE) no longer > appear to be available in "Online version of user" at > > http://www.postgresql.org/devel-corner/docs/index.html > > Where can I find this documentation? http://www.postgresql.org/devel-corner/docs/postgres/reference.htm --

Re: [ADMIN] SQL Commands

2000-12-04 Thread Brian Horan
Greg Thompson wrote: > > SQL Commands (such as ALTER TABLE) no longer > appear to be available in "Online version of user" at > > http://www.postgresql.org/devel-corner/docs/index.html > > Where can I find this documentation? you can access it via the client, psql. \h ALTER TABLE -- ,~,

[ADMIN] SQL Commands

2000-12-04 Thread Greg Thompson
SQL Commands (such as ALTER TABLE) no longer appear to be available in "Online version of user" at   http://www.postgresql.org/devel-corner/docs/index.html   Where can I find this documentation?