File tree 7 files changed +31
-16
lines changed
7 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.87 1997/08/25 19:41:48 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.88 1997/08/26 17:00:06 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -134,8 +134,8 @@ usage(char *progname)
134
134
fprintf (stderr , "\t -s single step mode (prompts for each query)\n" );
135
135
fprintf (stderr , "\t -S single line mode (i.e. query terminated by newline)\n" );
136
136
fprintf (stderr , "\t -t turn off printing of headings and row count\n" );
137
- fprintf (stderr , "\t -u ask for a username and password for authentication\n" );
138
137
fprintf (stderr , "\t -T html set html3.0 table command options (cf. -H)\n" );
138
+ fprintf (stderr , "\t -u ask for a username and password for authentication\n" );
139
139
fprintf (stderr , "\t -x turn on expanded output (field names on left)\n" );
140
140
exit (1 );
141
141
}
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.8 1997/07/02 14:13:14 thomas Exp $
4
- .TH BUILT-INS INTRO 04/01/97 PostgreSQL PostgreSQL
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.9 1997/08/26 17:00:11 momjian Exp $
4
+ .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
5
5
.SH "DESCRIPTION"
6
6
This section describes the data types, functions and operators
7
7
available to users in Postgres as it is distributed.
8
- .SH "BUILT-IN TYPES"
8
+ .SH "PGBUILTIN TYPES"
9
9
This section describes
10
- .BR built-in
10
+ .BR pgbuiltin
11
11
data types.
12
12
These Built-in types are installed in every database.
13
13
.PP
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.10 1997/07/30 17:21:29 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $
4
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
psql \(em run the interactive query front-end
@@ -27,6 +27,9 @@ dbName]
27
27
.BR " -f"
28
28
filename]
29
29
[\c
30
+ .BR " -F"
31
+ separator]
32
+ [\c
30
33
.BR " -h"
31
34
hostname]
32
35
[\c
62
65
table-options
63
66
]
64
67
[\c
68
+ .BR " -u"
69
+ ]
70
+ [\c
65
71
.BR " -x"
66
72
]
67
73
[dbname]
@@ -136,6 +142,12 @@ Use the file
136
142
.IR " filename"
137
143
as the source of queries instead of reading queries interactively.
138
144
.TP
145
+ .BR " -F" " separator"
146
+ Use
147
+ .IR " separator"
148
+ as the field separator.
149
+ The default is "|".
150
+ .TP
139
151
.BR " -h" " hostname"
140
152
Specifies the hostname of the machine on which the
141
153
.IR postmaster
@@ -197,6 +209,9 @@ tabular output. For example
197
209
.BR border
198
210
will give you tables with borders.
199
211
.TP
212
+ .BR " -u"
213
+ Turns on username/password authentication.
214
+ .TP
200
215
.BR " -x"
201
216
Turns on extended row format mode. When enabled each row will have its column
202
217
names printed on the left with the column values printed on the right.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.1 1997/05/16 07:13:49 thomas Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.2 1997/08/26 17:00:16 momjian Exp $
4
4
.TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
reset \(em restore run-time parameters for session to default values
@@ -32,7 +32,7 @@ tgl=> reset GEQO;
32
32
RESET VARIABLE
33
33
.fi
34
34
.SH "SEE ALSO"
35
- built-in (3),
35
+ pgbuiltin (3),
36
36
set(l),
37
37
show(l).
38
38
.SH BUGS
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.4 1997/06/03 04:14:31 vadim Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.5 1997/08/26 17:00:22 momjian Exp $
4
4
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
set \(em set run-time parameters for session
@@ -25,7 +25,7 @@ is enclosed in single-quotes.
25
25
.IR DateStyle
26
26
determines the output format for the date and time data types.
27
27
See
28
- .IR " built-in " (3)
28
+ .IR " pgbuiltin " (3)
29
29
for more information on available styles.
30
30
31
31
.ce 1
@@ -105,7 +105,7 @@ set GEQO to 'on=4'
105
105
set GEQO to 'off'
106
106
.fi
107
107
.SH "SEE ALSO"
108
- built-in (3),
108
+ pgbuiltin (3),
109
109
reset(l),
110
110
show(l).
111
111
.SH BUGS
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.1 1997/05/16 07:13:54 thomas Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.2 1997/08/26 17:00:23 momjian Exp $
4
4
.TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
show \(em show run-time parameters for session
@@ -34,7 +34,7 @@ NOTICE:GEQO is ON
34
34
SHOW VARIABLE
35
35
.fi
36
36
.SH "SEE ALSO"
37
- built-in (3),
37
+ pgbuiltin (3),
38
38
reset(l),
39
39
set(l).
40
40
.SH BUGS
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.4 1997/08/03 02:38:47 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.5 1997/08/26 17:00:23 momjian Exp $
4
4
.TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL
5
5
.SH "Section 4 \(em SQL Commands (COMMANDS)"
6
6
.SH "General Information"
@@ -183,7 +183,7 @@ indicated, then all array elements are returned.
183
183
.SH "Operators"
184
184
Any built-in system, or user-defined operator may be used in SQL.
185
185
For the list of built-in and system operators consult
186
- .BR " introduction " " (3)."
186
+ .BR " pgbuiltin " " (3)."
187
187
For a list of user-defined operators consult your system administrator
188
188
or run a query on the pg_operator class. Parentheses may be used for
189
189
arbitrary grouping of operators.
You can’t perform that action at this time.
0 commit comments