documention on psql?

Started by Cindyabout 24 years ago3 messagesgeneral
Jump to latest
#1Cindy
ctmoore@uci.edu

I'm going bats trying to find the documention on the command line
interface -- the \dt's, \df's etc, and how to pull out definitions of
functions and that kind of thing. I'm just not looking in the right
places in my Stinson book nor online, I guess. Can anyone point me in
the right direction?

Thanks!

--Cindy
--
ctmoore@uci.edu

#2Dean Hill
dean@metweld.com
In reply to: Cindy (#1)
Re: documention on psql?

Try:

http://www.postgresql.org/idocs/

Or

[Postgresql install directory]/doc/html/index.html

Then go to the Postgresql Reference Manual -> client applications ->
psql.

-Dean

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Cindy
Sent: Wednesday, February 20, 2002 3:53 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] documention on psql?

I'm going bats trying to find the documention on the command line
interface -- the \dt's, \df's etc, and how to pull out definitions of
functions and that kind of thing. I'm just not looking in the right
places in my Stinson book nor online, I guess. Can anyone point me in
the right direction?

Thanks!

--Cindy
--
ctmoore@uci.edu

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

#3Joe Conway
mail@joeconway.com
In reply to: Cindy (#1)
Re: documention on psql?

Cindy wrote:

I'm going bats trying to find the documention on the command line
interface -- the \dt's, \df's etc, and how to pull out definitions of
functions and that kind of thing. I'm just not looking in the right
places in my Stinson book nor online, I guess. Can anyone point me in
the right direction?

Thanks!

--Cindy

Try:
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/app-psql.html

HTH,

Joe