Commit 1ea03f7d authored by Bruce Momjian's avatar Bruce Momjian

Manual page dash cleanup.

parent e9fd73ca
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH ABORT SQL 01/23/93 PostgreSQL PostgreSQL
.\" XXX This .XA has to go after the .TH so that the index page number goes .\" XXX This .XA has to go after the .TH so that the index page number goes
.\" in the right place... .\" in the right place...
.SH Abort .SH Abort
.SH NAME .SH NAME
abort \(em abort the current transaction abort - abort the current transaction
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBabort\fP \fB[transaction]\fR \fBabort\fP \fB[transaction]\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "ALTER TABLE" SQL 09/25/97 PostgreSQL
.SH NAME .SH NAME
alter table \(em add attributes to a class alter table - add attributes to a class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBalter table\fR classname [ * ] \fBalter table\fR classname [ * ]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
begin \(em begins a transaction begin - begins a transaction
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBbegin\fP \fB[transaction|work]\fR \fBbegin\fP \fB[transaction|work]\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
.SH "Section 7 \(em System Catalogs" .SH "Section 7 - System Catalogs"
.de LS .de LS
.PP .PP
.if n .ta 5 +13 +13 .if n .ta 5 +13 +13
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
cleardbdir \(em completely destroys all database files cleardbdir - completely destroys all database files
.SH SYNOPSIS .SH SYNOPSIS
.BR "cleardbdir" .BR "cleardbdir"
.SH DESCRIPTION .SH DESCRIPTION
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CLOSE SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
close \(em close a cursor close - close a cursor
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBclose\fP [cursor_name] \fBclose\fP [cursor_name]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CLUSTER SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
cluster \(em give storage clustering advice to Postgres cluster - give storage clustering advice to Postgres
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcluster\fR indexname \fBon\fR attname \fBcluster\fR indexname \fBon\fR attname
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
commit \(em commit the current transaction commit - commit the current transaction
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcommit [transaction|work]\fR \fBcommit [transaction|work]\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.nf .nf
\fBcopy\fP [\fBbinary\fP] classname [\fBwith oids\fP] \fBcopy\fP [\fBbinary\fP] classname [\fBwith oids\fP]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create aggregate \(em define a new aggregate create aggregate - define a new aggregate
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate aggregate\fR agg-name [\fBas\fR] \fBcreate aggregate\fR agg-name [\fBas\fR]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE DATABASE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create database \(em create a new database create database - create a new database
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate database\fP dbname [\fBwith location = '\fPdbpath\fB'\fP] \fBcreate database\fP dbname [\fBwith location = '\fPdbpath\fB'\fP]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH "NAME" .SH "NAME"
create function \(em define a new function create function - define a new function
.SH "SYNOPSIS" .SH "SYNOPSIS"
.nf .nf
\fBcreate function\fP function_name \fBcreate function\fP function_name
...@@ -76,7 +76,7 @@ The body of a C function following ...@@ -76,7 +76,7 @@ The body of a C function following
should be the should be the
.BR "FULL PATH" .BR "FULL PATH"
of the object code (.o file) for the function, bracketed by quotation 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 be compiled before it is used in a
.BR "define function" .BR "define function"
command.) command.)
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create index \(em construct a secondary index create index - construct a secondary index
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate\fR [\fBunique\fR] \fBindex\fR index-name \fBcreate\fR [\fBunique\fR] \fBindex\fR index-name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE LANGUAGE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH "NAME" .SH "NAME"
create language \(em define a new language for functions create language - define a new language for functions
.SH "SYNOPSIS" .SH "SYNOPSIS"
.nf .nf
\fBcreate\fP [\fBtrusted\fP] \fBprocedural language\fP 'lanname' \fBcreate\fP [\fBtrusted\fP] \fBprocedural language\fP 'lanname'
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create operator \(em define a new user operator create operator - define a new user operator
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate operator\fR operator_name \fBcreate operator\fR operator_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create rule \(em define a new rule create rule - define a new rule
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate\fR \fBrule\fR rule_name \fBcreate\fR \fBrule\fR rule_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE SEQUENCE" SQL 04/01/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create sequence \(em create a new sequence number generator create sequence - create a new sequence number generator
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate sequence\fR seqname \fBcreate sequence\fR seqname
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE TABLE" SQL 09/25/97 PostgreSQL
.SH NAME .SH NAME
create table \(em create a new class create table - create a new class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value] [\fBnot null\fP] \fBcreate table\fR classname \fB(\fPattname type [\fBdefault\fP value] [\fBnot null\fP]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE TRIGGER" SQL 09/25/97 PostgreSQL
.SH NAME .SH NAME
create trigger \(em create a new trigger create trigger - create a new trigger
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate trigger\fR trigname \fB{before|after}\fP \fBcreate trigger\fR trigname \fB{before|after}\fP
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create type \(em define a new base data type create type - define a new base data type
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate type\fP typename \fB(\fR\fBinternallength\fR = (number | \fBvariable\fR), \fBcreate type\fP typename \fB(\fR\fBinternallength\fR = (number | \fBvariable\fR),
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE VERSION" SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create version \(em construct a version class create version - construct a version class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate version\fP classname1 \fBfrom\fP classname2 [\fB[\fPabstime\fB]\fP] \fBcreate version\fP classname1 \fBfrom\fP classname2 [\fB[\fPabstime\fB]\fP]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "CREATE VIEW" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
create view \(em construct a virtual class create view - construct a virtual class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBcreate view\fR view_name \fBas\fR \fBcreate view\fR view_name \fBas\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
createdb \(em create a database createdb - create a database
.SH SYNOPSIS .SH SYNOPSIS
.BR createdb .BR createdb
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
createuser \(em create a Postgres user createuser - create a Postgres user
.SH SYNOPSIS .SH SYNOPSIS
.BR createuser .BR createuser
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
declere \(em declare a cursor declere - declare a cursor
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdeclare\fR [ \fBbinary\fR ] \fBcursor for\fR select statement \fBdeclare\fR [ \fBbinary\fR ] \fBcursor for\fR select statement
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH DELETE SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
delete \(em delete instances from a class delete - delete instances from a class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdelete\fR \fBfrom\fR class_name [ \fBwhere\fR qual ] \fBdelete\fR \fBfrom\fR class_name [ \fBwhere\fR qual ]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
destroydb \(em destroy an existing database destroydb - destroy an existing database
.SH SYNOPSIS .SH SYNOPSIS
.BR destroydb .BR destroydb
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
destroyuser \(em destroy a Postgres user and associated databases destroyuser - destroy a Postgres user and associated databases
.SH SYNOPSIS .SH SYNOPSIS
.BR destroyuser .BR destroyuser
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP ATTRIBUTE" SQL 09/26/97 PostgreSQL
.SH NAME .SH NAME
drop \(em destroy existing attributes drop - destroy existing attributes
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop {aggregate|database|function|index|operator \fBdrop {aggregate|database|function|index|operator
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP AGGREGATE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop aggregate \(em remove the definition of an aggregate drop aggregate - remove the definition of an aggregate
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop aggregate\fR aggname aggtype \fBdrop aggregate\fR aggname aggtype
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop database \(em destroy an existing database drop database - destroy an existing database
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop database\fR dbname \fBdrop database\fR dbname
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop function \(em remove a user-defined C function drop function - remove a user-defined C function
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop function \fRfunction_name ( \fP[ type-1 { \fB,\fP type-n } ] \fB) \fBdrop function \fRfunction_name ( \fP[ type-1 { \fB,\fP type-n } ] \fB)
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP INDEX" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop index \(em removes an index from Postgres drop index - removes an index from Postgres
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop index\fR index_name \fBdrop index\fR index_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP LANGUAGE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop language \(em remove a user-defined procedural language drop language - remove a user-defined procedural language
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop procedural language\fR 'lanname' \fBdrop procedural language\fR 'lanname'
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP OPERATOR" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop operator \(em remove an operator from the system drop operator - remove an operator from the system
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop operator\fR opr_desc \fBdrop operator\fR opr_desc
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP TABLE" SQL 04/01/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop sequence \(em destroy existing sequence drop sequence - destroy existing sequence
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop sequence\fR sequence_name_1 { \fB,\fR sequence_name_N } \fBdrop sequence\fR sequence_name_1 { \fB,\fR sequence_name_N }
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP TABLE" SQL 09/26/97 PostgreSQL
.SH NAME .SH NAME
drop table \(em destroy existing classes drop table - destroy existing classes
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop table\fR classname-1 { \fB,\fR classname-i } \fBdrop table\fR classname-1 { \fB,\fR classname-i }
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP TRIGGER" SQL 09/26/97 PostgreSQL
.SH NAME .SH NAME
drop trigger \(em destroy existing trigger drop trigger - destroy existing trigger
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop trigger\fR trigname \fBon\fR relname \fBdrop trigger\fR trigname \fBon\fR relname
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.nf .nf
\fBdrop type\fR typename \fBdrop type\fR typename
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
.SH NAME .SH NAME
drop view \(em removes a view from Postgres drop view - removes a view from Postgres
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBdrop view\fR view_name \fBdrop view\fR view_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH END SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
end \(em commit the current transaction end - commit the current transaction
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBend [transaction]\fR \fBend [transaction]\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
explain \(em explains statement execution details explain - explains statement execution details
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBexplain [verbose]\fR query \fBexplain [verbose]\fR query
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH FETCH SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
fetch \(em fetch instance(s) from a cursor fetch - fetch instance(s) from a cursor
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBfetch\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name] \fBfetch\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
grant \(em grant access control to a user or group grant - grant access control to a user or group
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBgrant\fR <privilege[,privilege,...]> \fBgrant\fR <privilege[,privilege,...]>
......
.\" This is -*-nroff-*- .\" 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 .TH INITDB UNIX 11/29/96 PostgreSQL PostgreSQL
.SH NAME .SH NAME
initdb \(em create a new Postgres database system initdb - create a new Postgres database system
.SH SYNOPSIS .SH SYNOPSIS
.BR "initdb" .BR "initdb"
[\c [\c
......
.\" This is -*-nroff-*- .\" 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 .TH INITDB UNIX 11/05/97 PostgreSQL
.SH NAME .SH NAME
initlocation \(em create a new Postgres storage area initlocation - create a new Postgres storage area
.SH SYNOPSIS .SH SYNOPSIS
.BR "initlocation" .BR "initlocation"
.IR "directory" .IR "directory"
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
insert \(em insert tuples to a relation insert - insert tuples to a relation
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBinsert\fR into classname \fBinsert\fR into classname
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH IPCCLEAN UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.BR "ipcclean" .BR "ipcclean"
.SH DESCRIPTION .SH DESCRIPTION
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "LARGE OBJECTS" INTRO 03/18/94 PostgreSQL PostgreSQL
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
...@@ -91,9 +91,9 @@ ing together the bits ...@@ -91,9 +91,9 @@ ing together the bits
.SM INV_READ .SM INV_READ
and and
.SM INV_WRITE . .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 historical versions of it should be moved periodically to a special
archive relation \(em then the archive relation - then the
.SM INV_ARCHIVE .SM INV_ARCHIVE
bit should be set. The low-order sixteen bits of bit should be set. The low-order sixteen bits of
.I mask .I mask
...@@ -259,7 +259,7 @@ library. ...@@ -259,7 +259,7 @@ library.
* *
* *
* IDENTIFICATION * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
.SH NAME .SH NAME
listen \(em listen for notification on a relation listen - listen for notification on a relation
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBlisten\fR class_name \fBlisten\fR class_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH LOAD SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
load \(em dynamically load an object file load - dynamically load an object file
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBload\fR "filename" \fBload\fR "filename"
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH MOVE SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
move \(em move cursor position move - move cursor position
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBmove\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name] \fBmove\fR [ (\fBforward\fR | \fBbackward\fR) ] [ ( number | \fBall\fR) ] [\fBin\fR cursor_name]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH "NOTIFY" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.nf .nf
\fBnotify\fR class_name \fBnotify\fR class_name
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PAGE FILES 01/23/93 PostgreSQL PostgreSQL
.SH NAME .SH NAME
page structure \(em Postgres database file default page format page structure - Postgres database file default page format
.SH DESCRIPTION .SH DESCRIPTION
This section provides an overview of the page format used by Postgres This section provides an overview of the page format used by Postgres
classes. User-defined access methods need not use this page format. 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 ...@@ -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. classes (e.g., a B-tree index) are structured.
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .in +0.5i
.(b M .(b M
.PS .PS
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PG_DUMP UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.BR pg_dump .BR pg_dump
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH pg_dumpall UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.BR pg_dumpall .BR pg_dumpall
[pg_dump options] [pg_dump options]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PG_PASSWD UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
pg_passwd \(em manipulate the flat password file pg_passwd - manipulate the flat password file
.SH SYNOPSIS .SH SYNOPSIS
.BR "pg_passwd password_file" .BR "pg_passwd password_file"
.SH DESCRIPTION .SH DESCRIPTION
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
.SP INFORMATION UNIX 11/05/95 .SP INFORMATION UNIX 11/05/95
.BH "SECTION 2 \(em Unix COMMANDS (Unix)" .BH "SECTION 2 - Unix COMMANDS (Unix)"
.SH "OVERVIEW" .SH "OVERVIEW"
This section outlines the interaction between Postgres and This section outlines the interaction between Postgres and
the operating system. In particular, this section describes the operating system. In particular, this section describes
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL
.SH NAME .SH NAME
postgres \(em the Postgres backend server postgres - the Postgres backend server
.SH SYNOPSIS .SH SYNOPSIS
.BR "postgres" .BR "postgres"
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH "NAME" .SH "NAME"
postmaster \(em run the Postgres postmaster postmaster - run the Postgres postmaster
.SH "SYNOPSIS" .SH "SYNOPSIS"
.BR "postmaster" .BR "postmaster"
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME .SH NAME
psql \(em run the interactive query front-end psql - run the interactive query front-end
.SH SYNOPSIS .SH SYNOPSIS
.BR psql .BR psql
[\c [\c
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH RENAME SQL 02/08/94 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.nf .nf
\fBalter table\fR classname1 \fBalter table\fR classname1
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH RESET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME .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 .SH SYNOPSIS
.nf .nf
\fBreset\fR variable \fBreset\fR variable
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH REVOKE SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
revoke \(em revoke access privileges revoke - revoke access privileges
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBrevoke\fR <privilege[,privilege,...]> \fBrevoke\fR <privilege[,privilege,...]>
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH ROLLBACK SQL 01/20/96 PostgreSQL PostgreSQL
.\" XXX This .XA has to go after the .TH so that the index page number goes .\" XXX This .XA has to go after the .TH so that the index page number goes
.\" in the right place... .\" in the right place...
.SH NAME .SH NAME
rollback \(em rollback, e.g. aborts, the current transaction rollback - rollback, e.g. aborts, the current transaction
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBrollback\fP \fB[transaction|work]\fR \fBrollback\fP \fB[transaction|work]\fR
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
select \(em retrieve instances from a class select - retrieve instances from a class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBselect\fR [distinct] \fBselect\fR [distinct]
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
set \(em set run-time parameters for session set - set run-time parameters for session
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBset\fR variable \fBto\fR 'value1[,value2 ...]' \fBset\fR variable \fBto\fR 'value1[,value2 ...]'
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH SHOW SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
show \(em show run-time parameters for session show - show run-time parameters for session
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBshow\fR variable \fBshow\fR variable
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .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 "General Information"
.SH DESCRIPTION .SH DESCRIPTION
The following is a description of the general syntax of SQL. The following is a description of the general syntax of SQL.
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH UPDATE SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
update \(em replace values of attributes in a class update - replace values of attributes in a class
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBupdate\fR classname \fBset\fR attname-1 = expression-1 \fBupdate\fR classname \fBset\fR attname-1 = expression-1
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH VACUUM SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
vacuum \(em vacuum a database vacuum - vacuum a database
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
\fBvacuum [verbose] [analyze] [\fPtable [(column,...)]\fB]\fP \fBvacuum [verbose] [analyze] [\fPtable [(column,...)]\fB]\fP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment