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
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
--
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
--
,~,
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?