OSDN Git Service

Manual page dash cleanup.
authorBruce Momjian <bruce@momjian.us>
Sun, 11 Jan 1998 22:18:01 +0000 (22:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 11 Jan 1998 22:18:01 +0000 (22:18 +0000)
71 files changed:
src/man/abort.l
src/man/alter_table.l
src/man/begin.l
src/man/catalogs.3
src/man/cleardbdir.1
src/man/close.l
src/man/cluster.l
src/man/commit.l
src/man/copy.l
src/man/create_aggregate.l
src/man/create_database.l
src/man/create_function.l
src/man/create_index.l
src/man/create_language.l
src/man/create_operator.l
src/man/create_rule.l
src/man/create_sequence.l
src/man/create_table.l
src/man/create_trigger.l
src/man/create_type.l
src/man/create_version.l
src/man/create_view.l
src/man/createdb.1
src/man/createuser.1
src/man/declare.l
src/man/delete.l
src/man/destroydb.1
src/man/destroyuser.1
src/man/drop.l
src/man/drop_aggregate.l
src/man/drop_database.l
src/man/drop_function.l
src/man/drop_index.l
src/man/drop_language.l
src/man/drop_operator.l
src/man/drop_sequence.l
src/man/drop_table.l
src/man/drop_trigger.l
src/man/drop_type.l
src/man/drop_view.l
src/man/end.l
src/man/explain.l
src/man/fetch.l
src/man/grant.l
src/man/initdb.1
src/man/initlocation.1
src/man/insert.l
src/man/ipcclean.1
src/man/large_objects.3
src/man/listen.l
src/man/load.l
src/man/move.l
src/man/notify.l
src/man/page.5
src/man/pg_dump.1
src/man/pg_dumpall.1
src/man/pg_passwd.1
src/man/pgintro.1
src/man/postgres.1
src/man/postmaster.1
src/man/psql.1
src/man/rename.l
src/man/reset.l
src/man/revoke.l
src/man/rollback.l
src/man/select.l
src/man/set.l
src/man/show.l
src/man/sql.l
src/man/update.l
src/man/vacuum.l

index 2680493..b7a6f09 100644 (file)
@@ -1,12 +1,12 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.2 1996/12/11 00:26:52 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.3 1998/01/11 22:17:01 momjian Exp $
 .TH ABORT SQL 01/23/93 PostgreSQL PostgreSQL
 .\" XXX This .XA has to go after the .TH so that the index page number goes
 .\"    in the right place...
 .SH Abort
 .SH NAME
-abort \(em abort the current transaction
+abort - abort the current transaction
 .SH SYNOPSIS
 .nf
 \fBabort\fP \fB[transaction]\fR
index e3691da..67f50de 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.3 1997/09/26 15:21:26 thomas Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.4 1998/01/11 22:17:04 momjian Exp $
 .TH "ALTER TABLE" SQL 09/25/97 PostgreSQL
 .SH NAME
-alter table \(em add attributes to a class
+alter table - add attributes to a class
 .SH SYNOPSIS
 .nf
 \fBalter table\fR classname [ * ]
index e63e09b..fc5fd80 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.2 1996/12/11 00:26:59 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.3 1998/01/11 22:17:05 momjian Exp $
 .TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-begin \(em begins a transaction
+begin - begins a transaction
 .SH SYNOPSIS
 .nf
 \fBbegin\fP \fB[transaction|work]\fR
index b306c2b..fb66dd0 100644 (file)
@@ -1,8 +1,8 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.2 1996/12/11 00:27:04 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.3 1998/01/11 22:17:06 momjian Exp $
 .TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
-.SH "Section 7 \(em System Catalogs"
+.SH "Section 7 - System Catalogs"
 .de LS
 .PP
 .if n .ta 5 +13 +13
index 09c7854..54809b9 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.2 1996/12/11 00:27:05 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.3 1998/01/11 22:17:07 momjian Exp $
 .TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-cleardbdir \(em completely destroys all database files
+cleardbdir - completely destroys all database files
 .SH SYNOPSIS
 .BR "cleardbdir"
 .SH DESCRIPTION
index 9818ce9..1dab028 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.2 1996/12/11 00:27:06 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.3 1998/01/11 22:17:09 momjian Exp $
 .TH CLOSE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-close \(em close a cursor
+close - close a cursor
 .SH SYNOPSIS
 .nf
 \fBclose\fP [cursor_name]
index e539013..73a2fde 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.3 1998/01/10 05:19:14 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.4 1998/01/11 22:17:10 momjian Exp $
 .TH CLUSTER SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-cluster \(em give storage clustering advice to Postgres
+cluster - give storage clustering advice to Postgres
 .SH SYNOPSIS
 .nf
 \fBcluster\fR indexname \fBon\fR attname
index 2a5b3eb..2e52408 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.2 1996/12/11 00:27:08 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.3 1998/01/11 22:17:10 momjian Exp $
 .TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-commit \(em commit the current transaction 
+commit - commit the current transaction 
 .SH SYNOPSIS
 .nf
 \fBcommit [transaction|work]\fR
index daa7212..4b3ab17 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.3 1997/07/29 21:43:40 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.4 1998/01/11 22:17:11 momjian Exp $
 .TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-copy \(em copy data to or from a class from or to a Unix file.
+copy - copy data to or from a class from or to a Unix file.
 .SH SYNOPSIS
 .nf
 \fBcopy\fP [\fBbinary\fP] classname [\fBwith oids\fP]
index c3b5bb7..dafaff9 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.4 1996/12/11 00:27:11 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_aggregate.l,v 1.5 1998/01/11 22:17:11 momjian Exp $
 .TH "CREATE AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create aggregate \(em define a new aggregate
+create aggregate - define a new aggregate
 .SH SYNOPSIS
 .nf
 \fBcreate aggregate\fR agg-name [\fBas\fR]
index 25a809a..ba85ee4 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_database.l,v 1.4 1997/11/07 06:33:55 thomas Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_database.l,v 1.5 1998/01/11 22:17:13 momjian Exp $
 .TH "CREATE DATABASE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create database \(em create a new database
+create database - create a new database
 .SH SYNOPSIS
 .nf
 \fBcreate database\fP dbname [\fBwith location = '\fPdbpath\fB'\fP]
index 7fbc4d5..84735de 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.4 1997/10/30 05:38:17 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.5 1998/01/11 22:17:13 momjian Exp $
 .TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH "NAME"
-create function \(em define a new function
+create function - define a new function
 .SH "SYNOPSIS"
 .nf
 \fBcreate function\fP function_name 
@@ -76,7 +76,7 @@ The body of a C function following
 should be the
 .BR "FULL PATH"
 of the object code (.o file) for the function, bracketed by quotation
-marks.  (Postgres will not compile a function automatically \(em it must
+marks.  (Postgres will not compile a function automatically - it must
 be compiled before it is used in a
 .BR "define function"
 command.)
index f89c2c7..05d8548 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.7 1997/10/30 18:41:03 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_index.l,v 1.8 1998/01/11 22:17:14 momjian Exp $
 .TH "CREATE INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create index \(em construct a secondary index
+create index - construct a secondary index
 .SH SYNOPSIS
 .nf
 \fBcreate\fR [\fBunique\fR] \fBindex\fR index-name
index 2b5c304..130d215 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_language.l,v 1.1 1997/10/30 05:38:19 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_language.l,v 1.2 1998/01/11 22:17:14 momjian Exp $
 .TH "CREATE LANGUAGE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH "NAME"
-create language \(em define a new language for functions
+create language - define a new language for functions
 .SH "SYNOPSIS"
 .nf
 \fBcreate\fP [\fBtrusted\fP] \fBprocedural language\fP 'lanname'
index 02e9cf9..3e1d3b2 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.3 1996/12/11 00:27:17 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_operator.l,v 1.4 1998/01/11 22:17:15 momjian Exp $
 .TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create operator \(em define a new user operator
+create operator - define a new user operator
 .SH SYNOPSIS
 .nf
 \fBcreate operator\fR operator_name
index b9a7a45..fd5589d 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.2 1996/12/11 00:27:18 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.3 1998/01/11 22:17:16 momjian Exp $
 .TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create rule \(em define a new rule
+create rule - define a new rule
 .SH SYNOPSIS
 .nf
 \fBcreate\fR \fBrule\fR rule_name
index ed7402c..a535001 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_sequence.l,v 1.2 1997/06/03 03:19:08 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_sequence.l,v 1.3 1998/01/11 22:17:17 momjian Exp $
 .TH "CREATE SEQUENCE" SQL 04/01/97 PostgreSQL PostgreSQL
 .SH NAME
-create sequence \(em create a new sequence number generator
+create sequence - create a new sequence number generator
 .SH SYNOPSIS
 .nf
 \fBcreate sequence\fR seqname 
index 757db8b..28f232d 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.13 1997/11/21 18:12:54 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.14 1998/01/11 22:17:18 momjian Exp $
 .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
 .SH NAME
-create table \(em create a new class
+create table - create a new class
 .SH SYNOPSIS
 .nf
 \fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value] [\fBnot null\fP]
index b4ecb48..e95a646 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_trigger.l,v 1.2 1997/09/30 09:50:27 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_trigger.l,v 1.3 1998/01/11 22:17:20 momjian Exp $
 .TH "CREATE TRIGGER" SQL 09/25/97 PostgreSQL
 .SH NAME
-create trigger \(em create a new trigger
+create trigger - create a new trigger
 .SH SYNOPSIS
 .nf
 \fBcreate trigger\fR trigname \fB{before|after}\fP 
index 629573c..41c21cf 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.3 1997/08/26 17:29:53 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.4 1998/01/11 22:17:21 momjian Exp $
 .TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create type \(em define a new base data type 
+create type - define a new base data type 
 .SH SYNOPSIS
 .nf
 \fBcreate type\fP typename \fB(\fR\fBinternallength\fR = (number | \fBvariable\fR),
index 7936244..1d36778 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.2 1996/12/11 00:27:21 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_version.l,v 1.3 1998/01/11 22:17:21 momjian Exp $
 .TH "CREATE VERSION" SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-create version \(em construct a version class 
+create version - construct a version class 
 .SH SYNOPSIS
 .nf
 \fBcreate version\fP classname1 \fBfrom\fP classname2 [\fB[\fPabstime\fB]\fP]
index 8462fd5..996a469 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_view.l,v 1.2 1996/12/11 00:27:22 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_view.l,v 1.3 1998/01/11 22:17:22 momjian Exp $
 .TH "CREATE VIEW" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-create view \(em construct a virtual class
+create view - construct a virtual class
 .SH SYNOPSIS
 .nf
 \fBcreate view\fR view_name \fBas\fR
index 23c1d71..07fc66a 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.5 1997/12/04 20:26:18 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.6 1998/01/11 22:17:23 momjian Exp $
 .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-createdb \(em create a database
+createdb - create a database
 .SH SYNOPSIS
 .BR createdb
 [\c
index fdd29fb..2453f0c 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.4 1997/12/04 20:26:20 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.5 1998/01/11 22:17:23 momjian Exp $
 .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-createuser \(em create a Postgres user
+createuser - create a Postgres user
 .SH SYNOPSIS
 .BR createuser
 [\c
index 2d5d92e..c906f77 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/declare.l,v 1.1 1997/09/08 17:49:41 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/declare.l,v 1.2 1998/01/11 22:17:24 momjian Exp $
 .TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-declere \(em declare a cursor
+declere - declare a cursor
 .SH SYNOPSIS
 .nf
 \fBdeclare\fR [ \fBbinary\fR ] \fBcursor for\fR select statement
index 61340a7..230b147 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.2 1996/12/11 00:27:26 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/delete.l,v 1.3 1998/01/11 22:17:24 momjian Exp $
 .TH DELETE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-delete \(em delete instances from a class
+delete - delete instances from a class
 .SH SYNOPSIS
 .nf
 \fBdelete\fR \fBfrom\fR class_name [ \fBwhere\fR qual ]
index 4d5187d..a3c9ea3 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.5 1997/12/04 20:26:24 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.6 1998/01/11 22:17:25 momjian Exp $
 .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-destroydb \(em destroy an existing database
+destroydb - destroy an existing database
 .SH SYNOPSIS
 .BR destroydb
 [\c
index 0b458f1..454cc77 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.4 1997/12/04 20:26:26 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.5 1998/01/11 22:17:25 momjian Exp $
 .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-destroyuser \(em destroy a Postgres user and associated databases
+destroyuser - destroy a Postgres user and associated databases
 .SH SYNOPSIS
 .BR destroyuser
 [\c
index 2b656d1..321a226 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.4 1997/09/27 04:36:01 thomas Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.5 1998/01/11 22:17:26 momjian Exp $
 .TH "DROP ATTRIBUTE" SQL 09/26/97 PostgreSQL
 .SH NAME
-drop \(em destroy existing attributes
+drop - destroy existing attributes
 .SH SYNOPSIS
 .nf
 \fBdrop {aggregate|database|function|index|operator
index 740d081..79e43df 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_aggregate.l,v 1.3 1997/05/22 00:16:56 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_aggregate.l,v 1.4 1998/01/11 22:17:27 momjian Exp $
 .TH "DROP AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop aggregate \(em remove the definition of an aggregate
+drop aggregate - remove the definition of an aggregate
 .SH SYNOPSIS
 .nf
 \fBdrop aggregate\fR aggname aggtype
index ef14074..7dca6cc 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.1 1997/04/26 18:43:33 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.2 1998/01/11 22:17:27 momjian Exp $
 .TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-drop database \(em destroy an existing database
+drop database - destroy an existing database
 .SH SYNOPSIS
 .nf
 \fBdrop database\fR dbname
index 2f596d7..fa5f851 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.2 1996/12/11 00:27:39 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_function.l,v 1.3 1998/01/11 22:17:28 momjian Exp $
 .TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop function \(em remove a user-defined C function 
+drop function - remove a user-defined C function 
 .SH SYNOPSIS
 .nf
 \fBdrop function \fRfunction_name ( \fP[ type-1  { \fB,\fP type-n } ] \fB) 
index 8f08604..f3f398a 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_index.l,v 1.2 1996/12/11 00:27:40 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_index.l,v 1.3 1998/01/11 22:17:29 momjian Exp $
 .TH "DROP INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop index \(em removes an index from Postgres
+drop index - removes an index from Postgres
 .SH SYNOPSIS
 .nf
 \fBdrop index\fR index_name
index 8ed598f..515f23b 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_language.l,v 1.1 1997/10/30 05:38:20 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_language.l,v 1.2 1998/01/11 22:17:29 momjian Exp $
 .TH "DROP LANGUAGE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop language \(em remove a user-defined procedural language
+drop language - remove a user-defined procedural language
 .SH SYNOPSIS
 .nf
 \fBdrop procedural language\fR 'lanname'
index b6814bf..35c6d0f 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_operator.l,v 1.2 1996/12/11 00:27:41 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_operator.l,v 1.3 1998/01/11 22:17:30 momjian Exp $
 .TH "DROP OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop operator \(em remove an operator from the system
+drop operator - remove an operator from the system
 .SH SYNOPSIS
 .nf
 \fBdrop operator\fR opr_desc
index b667fc6..efad837 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_sequence.l,v 1.1 1997/04/02 04:20:00 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_sequence.l,v 1.2 1998/01/11 22:17:31 momjian Exp $
 .TH "DROP TABLE" SQL 04/01/97 PostgreSQL PostgreSQL
 .SH NAME
-drop sequence \(em destroy existing sequence
+drop sequence - destroy existing sequence
 .SH SYNOPSIS
 .nf
 \fBdrop sequence\fR sequence_name_1 { \fB,\fR sequence_name_N }
index 355d5b1..17233d0 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.1 1997/09/27 04:36:02 thomas Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.2 1998/01/11 22:17:31 momjian Exp $
 .TH "DROP TABLE" SQL 09/26/97 PostgreSQL
 .SH NAME
-drop table \(em destroy existing classes
+drop table - destroy existing classes
 .SH SYNOPSIS
 .nf
 \fBdrop table\fR classname-1 { \fB,\fR classname-i }
index 211a853..c3d138b 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_trigger.l,v 1.2 1997/09/30 09:50:28 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_trigger.l,v 1.3 1998/01/11 22:17:32 momjian Exp $
 .TH "DROP TRIGGER" SQL 09/26/97 PostgreSQL
 .SH NAME
-drop trigger \(em destroy existing trigger
+drop trigger - destroy existing trigger
 .SH SYNOPSIS
 .nf
 \fBdrop trigger\fR trigname \fBon\fR relname
index 3bf3e0f..0d7a3fe 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.4 1997/08/26 17:39:30 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.5 1998/01/11 22:17:33 momjian Exp $
 .TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-drop type \(em remove a user-defined type from the system catalogs
+drop type - remove a user-defined type from the system catalogs
 .SH SYNOPSIS
 .nf
 \fBdrop type\fR typename
index c0caaf3..001ebf2 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.1 1997/04/26 18:43:35 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.2 1998/01/11 22:17:34 momjian Exp $
 .TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
 .SH NAME
-drop view \(em removes a view from Postgres
+drop view - removes a view from Postgres
 .SH SYNOPSIS
 .nf
 \fBdrop view\fR view_name
index 4c16c89..77bf266 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.2 1996/12/11 00:27:44 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/end.l,v 1.3 1998/01/11 22:17:34 momjian Exp $
 .TH END SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-end \(em commit the current transaction 
+end - commit the current transaction 
 .SH SYNOPSIS
 .nf
 \fBend [transaction]\fR
index c46956f..8a70071 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.7 1998/01/07 15:40:17 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.8 1998/01/11 22:17:35 momjian Exp $
 .TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL
 .SH NAME
-explain \(em explains statement execution details
+explain - explains statement execution details
 .SH SYNOPSIS
 .nf
 \fBexplain [verbose]\fR query
index b255070..3d29278 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.4 1997/09/08 17:49:41 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/fetch.l,v 1.5 1998/01/11 22:17:35 momjian Exp $
 .TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-fetch \(em fetch instance(s) from a cursor
+fetch - fetch instance(s) from a cursor
 .SH SYNOPSIS
 .nf
 \fBfetch\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name]
index 661571c..fd34850 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.2 1996/12/11 00:27:46 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.3 1998/01/11 22:17:36 momjian Exp $
 .TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-grant \(em grant access control to a user or group
+grant - grant access control to a user or group
 .SH SYNOPSIS
 .nf
 \fBgrant\fR <privilege[,privilege,...]>
index d52826c..77e8e93 100644 (file)
@@ -1,8 +1,8 @@
 .\" This is -*-nroff-*-
-.\" $Header: /cvsroot/pgsql/src/man/Attic/initdb.1,v 1.2 1996/12/11 00:27:47 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/initdb.1,v 1.3 1998/01/11 22:17:38 momjian Exp $
 .TH INITDB UNIX 11/29/96 PostgreSQL PostgreSQL
 .SH NAME
-initdb \(em create a new Postgres database system
+initdb - create a new Postgres database system
 .SH SYNOPSIS
 .BR "initdb"
 [\c
index d419b87..3a064cb 100644 (file)
@@ -1,8 +1,8 @@
 .\" This is -*-nroff-*-
-.\" $Header: /cvsroot/pgsql/src/man/Attic/initlocation.1,v 1.1 1997/11/07 06:40:45 thomas Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/initlocation.1,v 1.2 1998/01/11 22:17:38 momjian Exp $
 .TH INITDB UNIX 11/05/97 PostgreSQL
 .SH NAME
-initlocation \(em create a new Postgres storage area
+initlocation - create a new Postgres storage area
 .SH SYNOPSIS
 .BR "initlocation"
 .IR "directory"
index c817984..39d3581 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.8 1998/01/11 20:02:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.9 1998/01/11 22:17:39 momjian Exp $
 .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-insert \(em insert tuples to a relation
+insert - insert tuples to a relation
 .SH SYNOPSIS
 .nf
 \fBinsert\fR into classname
index 2851910..9901b3c 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/ipcclean.1,v 1.2 1996/12/11 00:27:50 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/ipcclean.1,v 1.3 1998/01/11 22:17:40 momjian Exp $
 .TH IPCCLEAN UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-ipcclean \(em clean up shared memory and semaphores from aborted backends
+ipcclean - clean up shared memory and semaphores from aborted backends
 .SH SYNOPSIS
 .BR "ipcclean"
 .SH DESCRIPTION
index 1605b38..a7dfc38 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.5 1998/01/11 22:17:41 momjian Exp $
 .TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
 .SH DESCRIPTION
 .PP
@@ -91,9 +91,9 @@ ing together the bits
 .SM INV_READ
 and
 .SM INV_WRITE .
-If the large object should be archived \(em that is, if
+If the large object should be archived - that is, if
 historical versions of it should be moved periodically to a special
-archive relation \(em then the
+archive relation - then the
 .SM INV_ARCHIVE
 bit should be set.  The low-order sixteen bits of
 .I mask
@@ -259,7 +259,7 @@ library.
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.4 1997/10/28 03:20:30 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/man/Attic/large_objects.3,v 1.5 1998/01/11 22:17:41 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 594dbcb..2ffad10 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.2 1996/12/11 00:27:54 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.3 1998/01/11 22:17:42 momjian Exp $
 .TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
 .SH NAME
-listen \(em listen for notification on a relation
+listen - listen for notification on a relation
 .SH SYNOPSIS
 .nf
 \fBlisten\fR class_name
index f0d5ecc..262730e 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/load.l,v 1.2 1996/12/11 00:27:55 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/load.l,v 1.3 1998/01/11 22:17:43 momjian Exp $
 .TH LOAD SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-load \(em dynamically load an object file
+load - dynamically load an object file
 .SH SYNOPSIS
 .nf
 \fBload\fR "filename"
index db10a93..0617cd5 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/move.l,v 1.1 1997/10/02 03:15:11 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/move.l,v 1.2 1998/01/11 22:17:44 momjian Exp $
 .TH MOVE SQL 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-move \(em move cursor position
+move - move cursor position
 .SH SYNOPSIS
 .nf
 \fBmove\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name]
index aa659b9..81e9628 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.2 1996/12/11 00:27:57 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.3 1998/01/11 22:17:45 momjian Exp $
 .TH "NOTIFY" SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-notify \(em signal all frontends and backends listening on a class
+notify - signal all frontends and backends listening on a class
 .SH SYNOPSIS
 .nf
 \fBnotify\fR class_name
index 34cc35e..a664987 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/page.5,v 1.2 1996/12/11 00:27:59 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/page.5,v 1.3 1998/01/11 22:17:46 momjian Exp $
 .TH PAGE FILES 01/23/93 PostgreSQL PostgreSQL
 .SH NAME
-page structure \(em Postgres database file default page format
+page structure - Postgres database file default page format
 .SH DESCRIPTION
 This section provides an overview of the page format used by Postgres
 classes.  User-defined access methods need not use this page format.
@@ -18,7 +18,7 @@ Diagram 1 shows how pages in both normal Postgres classes and Postgres index
 classes (e.g., a B-tree index) are structured.
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/page.5,v 1.2 1996/12/11 00:27:59 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/page.5,v 1.3 1998/01/11 22:17:46 momjian Exp $
 .in +0.5i
 .(b M
 .PS
index f2fd835..ad1fdd2 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.8 1997/12/01 21:01:24 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.9 1998/01/11 22:17:46 momjian Exp $
 .TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
-pg_dump \(em dumps out a Postgres database into a script file
+pg_dump - dumps out a Postgres database into a script file
 .SH SYNOPSIS
 .BR pg_dump
 [\c
index 5ce5b24..64d5bf8 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dumpall.1,v 1.2 1997/01/23 06:01:07 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dumpall.1,v 1.3 1998/01/11 22:17:47 momjian Exp $
 .TH pg_dumpall UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
-pg_dumpall \(em dumps out all Postgres databases into a script file
+pg_dumpall - dumps out all Postgres databases into a script file
 .SH SYNOPSIS
 .BR pg_dumpall 
 [pg_dump options]
index 5a4aa1d..00caaf4 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_passwd.1,v 1.1 1997/09/21 04:54:36 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_passwd.1,v 1.2 1998/01/11 22:17:48 momjian Exp $
 .TH PG_PASSWD UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-pg_passwd \(em manipulate the flat password file
+pg_passwd - manipulate the flat password file
 .SH SYNOPSIS
 .BR "pg_passwd password_file"
 .SH DESCRIPTION
index 8dbfe8e..3a8beca 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.1 1997/08/26 17:30:05 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.2 1998/01/11 22:17:50 momjian Exp $
 .TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
 .SP INFORMATION UNIX 11/05/95
-.BH "SECTION 2 \(em Unix COMMANDS (Unix)"
+.BH "SECTION 2 - Unix COMMANDS (Unix)"
 .SH "OVERVIEW"
 This section outlines the interaction between Postgres and
 the operating system.  In particular, this section describes 
index 67ac634..5a0fdb3 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.8 1997/10/28 03:20:31 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.9 1998/01/11 22:17:51 momjian Exp $
 .TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL
 .SH NAME
-postgres \(em the Postgres backend server
+postgres - the Postgres backend server
 .SH SYNOPSIS
 .BR "postgres"
 [\c
index 14d2fc5..36cb9bb 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.9 1997/12/04 20:26:35 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.10 1998/01/11 22:17:53 momjian Exp $
 .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
 .SH "NAME"
-postmaster \(em run the Postgres postmaster
+postmaster - run the Postgres postmaster
 .SH "SYNOPSIS"
 .BR "postmaster"
 [\c
index ccde0d7..5082891 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.20 1997/12/04 20:26:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.21 1998/01/11 22:17:54 momjian Exp $
 .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
 .SH NAME
-psql \(em run the interactive query front-end
+psql - run the interactive query front-end
 .SH SYNOPSIS
 .BR psql
 [\c
index 75de7ff..d756fa2 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/rename.l,v 1.2 1996/12/11 00:28:06 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/rename.l,v 1.3 1998/01/11 22:17:55 momjian Exp $
 .TH RENAME SQL 02/08/94 PostgreSQL PostgreSQL
 .SH NAME
-rename \(em rename a class or an attribute in a class
+rename - rename a class or an attribute in a class
 .SH SYNOPSIS
 .nf
 \fBalter table\fR classname1
index ed66d15..dbeaff0 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.2 1997/08/26 17:00:16 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/reset.l,v 1.3 1998/01/11 22:17:55 momjian Exp $
 .TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
-reset \(em restore run-time parameters for session to default values
+reset - restore run-time parameters for session to default values
 .SH SYNOPSIS
 .nf
 \fBreset\fR variable
index fdf0a5f..312d687 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/revoke.l,v 1.2 1996/12/11 00:28:07 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/revoke.l,v 1.3 1998/01/11 22:17:56 momjian Exp $
 .TH REVOKE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-revoke \(em revoke access privileges
+revoke - revoke access privileges
 .SH SYNOPSIS
 .nf
 \fBrevoke\fR <privilege[,privilege,...]>
index 813394a..4f44940 100644 (file)
@@ -1,11 +1,11 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/rollback.l,v 1.2 1996/12/11 00:28:08 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/rollback.l,v 1.3 1998/01/11 22:17:57 momjian Exp $
 .TH ROLLBACK SQL 01/20/96 PostgreSQL PostgreSQL
 .\" XXX This .XA has to go after the .TH so that the index page number goes
 .\"    in the right place...
 .SH NAME
-rollback \(em rollback, e.g. aborts, the current transaction
+rollback - rollback, e.g. aborts, the current transaction
 .SH SYNOPSIS
 .nf
 \fBrollback\fP \fB[transaction|work]\fR
index cc36b2b..d2b54d3 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.3 1997/12/29 01:13:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.4 1998/01/11 22:17:58 momjian Exp $
 .TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-select \(em retrieve instances from a class
+select - retrieve instances from a class
 .SH SYNOPSIS
 .nf
 \fBselect\fR [distinct]
index dee40bb..cfa905d 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.7 1997/10/01 18:53:28 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.8 1998/01/11 22:17:58 momjian Exp $
 .TH SET SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
-set \(em set run-time parameters for session
+set - set run-time parameters for session
 .SH SYNOPSIS
 .nf
 \fBset\fR variable \fBto\fR 'value1[,value2 ...]'
index c21f39e..67a6aca 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.2 1997/08/26 17:00:23 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/show.l,v 1.3 1998/01/11 22:17:59 momjian Exp $
 .TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
 .SH NAME
-show \(em show run-time parameters for session
+show - show run-time parameters for session
 .SH SYNOPSIS
 .nf
 \fBshow\fR variable
index 25554a7..de2e117 100644 (file)
@@ -1,8 +1,8 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.7 1997/11/03 04:47:08 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/sql.l,v 1.8 1998/01/11 22:18:00 momjian Exp $
 .TH INTRODUCTION SQL 11/5/95 PostgreSQL PostgreSQL
-.SH "Section 4 \(em SQL Commands (COMMANDS)"
+.SH "Section 4 - SQL Commands (COMMANDS)"
 .SH "General Information"
 .SH DESCRIPTION
 The following is a description of the general syntax of SQL.
index 5d5eaf6..ac33e3c 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/update.l,v 1.3 1997/09/27 03:14:20 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/update.l,v 1.4 1998/01/11 22:18:00 momjian Exp $
 .TH UPDATE SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-update \(em replace values of attributes in a class
+update - replace values of attributes in a class
 .SH SYNOPSIS
 .nf
 \fBupdate\fR classname \fBset\fR attname-1 = expression-1
index 46d9805..e3d438f 100644 (file)
@@ -1,9 +1,9 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.6 1997/11/21 18:12:58 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/vacuum.l,v 1.7 1998/01/11 22:18:01 momjian Exp $
 .TH VACUUM SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
-vacuum \(em vacuum a database
+vacuum - vacuum a database
 .SH SYNOPSIS
 .nf
 \fBvacuum [verbose] [analyze] [\fPtable [(column,...)]\fB]\fP