Обсуждение: trying to get info on sql commands

Поиск
Список
Период
Сортировка

trying to get info on sql commands

От
Milena Markova
Дата:
Hi,

I've been using this sql commands guide for quite sometime and was really
surprised not find it at the usual location:

http://www.ca.postgresql.org/devel-corner/docs/postgres/sql-commands.html

Where can I find it?

Thanks,

Milena

Re: trying to get info on sql commands

От
Thomas Lockhart
Дата:
> I've been using this sql commands guide for quite sometime and was really
> surprised not find it at the usual location:
> http://www.ca.postgresql.org/devel-corner/docs/postgres/sql-commands.html

I see it just fine afaict (I'm in California). Try reloading?

                    - Thomas

Re: trying to get info on sql commands

От
Tom Lane
Дата:
Milena Markova <mmarkova@mobilocity.com> writes:
> I've been using this sql commands guide for quite sometime and was really
> surprised not find it at the usual location:

> http://www.ca.postgresql.org/devel-corner/docs/postgres/sql-commands.html

The daily docs build failed yesterday for lack of disk space, so that
file (and a bunch of others) weren't there.  They're back now.

However, unless you are running CVS-tip code, the development docs are
not the best reference.  Use the current release docs, ie,

http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/sql-commands.html

or expect to be confused.

            regards, tom lane