trying to get info on sql commands

Started by Milena Markovaover 24 years ago3 messagesdocs
Jump to latest
#1Milena Markova
mmarkova@mobilocity.com

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

#2Thomas Lockhart
lockhart@fourpalms.org
In reply to: Milena Markova (#1)
Re: trying to get info on sql commands

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Milena Markova (#1)
Re: trying to get info on sql commands

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