File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11.\" This is -*-nroff-*-
22.\" XXX standard disclaimer belongs here....
3- .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.21 1998/01/11 22:17:54 momjian Exp $
3+ .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.22 1998/01/25 06:12:52 scrappy Exp $
44.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55.SH NAME
66psql - run the interactive query front-end
@@ -104,6 +104,17 @@ defaults to the value of the
104104environment variable or, if that's not set, to the Unix account name of the
105105current user.
106106.PP
107+ When
108+ .IR " psql"
109+ starts, it reads SQL commands from
110+ .IR " /etc/psqlrc"
111+ and then from
112+ .IR " $(HOME)/.psqlrc"
113+ This allows SQL commands like
114+ .IR SET
115+ which can be used to set the date style to be run at the start of
116+ evry session.
117+ .PP
107118.IR " psql"
108119understands the following command-line options:
109120.TP
You can’t perform that action at this time.
0 commit comments