~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to doc/src/sgml/reference.sgml

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- reference.sgml
 
2
$PostgreSQL: pgsql/doc/src/sgml/reference.sgml,v 1.52 2004-08-21 16:16:03 tgl Exp $
 
3
 
 
4
PostgreSQL Reference Manual
 
5
-->
 
6
 
 
7
<part id="reference">
 
8
 <title>Reference</title>
 
9
 
 
10
 <partintro>
 
11
  <para>
 
12
   The entries in this Reference are meant to provide in reasonable
 
13
   length an authoritative, complete, and formal summary about their
 
14
   respective subjects.  More information about the use of
 
15
   <productname>PostgreSQL</productname>, in narrative, tutorial, or
 
16
   example form, may be found in other parts of this book.  See the
 
17
   cross-references listed on each reference page.
 
18
  </para>
 
19
 
 
20
  <para>
 
21
   The reference entries are also available as traditional
 
22
   <quote>man</quote> pages.
 
23
  </para>
 
24
 </partintro>
 
25
 
 
26
 <reference id="sql-commands">
 
27
  <title>SQL Commands</title>
 
28
 
 
29
  <partintro>
 
30
   <para>
 
31
    This part contains reference information for the
 
32
    <acronym>SQL</acronym> commands supported by
 
33
    <productname>PostgreSQL</productname>.  By <quote>SQL</quote> the
 
34
    language in general is meant; information about the standards
 
35
    conformance and compatibility of each command can be found on the
 
36
    respective reference page.
 
37
   </para>
 
38
  </partintro>
 
39
 
 
40
   &abort;
 
41
   &alterAggregate;
 
42
   &alterConversion;
 
43
   &alterDatabase;
 
44
   &alterDomain;
 
45
   &alterFunction;
 
46
   &alterGroup;
 
47
   &alterIndex;
 
48
   &alterLanguage;
 
49
   &alterOperator;
 
50
   &alterOperatorClass;
 
51
   &alterSchema;
 
52
   &alterSequence;
 
53
   &alterTable;
 
54
   &alterTableSpace;
 
55
   &alterTrigger;
 
56
   &alterType;
 
57
   &alterUser;
 
58
   &analyze;
 
59
   &begin;
 
60
   &checkpoint;
 
61
   &close;
 
62
   &cluster;
 
63
   &commentOn;
 
64
   &commit;
 
65
   &copyTable;
 
66
   &createAggregate;
 
67
   &createCast;
 
68
   &createConstraint;
 
69
   &createConversion;
 
70
   &createDatabase;
 
71
   &createDomain;
 
72
   &createFunction;
 
73
   &createGroup;
 
74
   &createIndex;
 
75
   &createLanguage;
 
76
   &createOperator;
 
77
   &createOperatorClass;
 
78
   &createRule;
 
79
   &createSchema;
 
80
   &createSequence;
 
81
   &createTable;
 
82
   &createTableAs;
 
83
   &createTableSpace;
 
84
   &createTrigger;
 
85
   &createType;
 
86
   &createUser;
 
87
   &createView;
 
88
   &deallocate;
 
89
   &declare;
 
90
   &delete;
 
91
   &dropAggregate;
 
92
   &dropCast;
 
93
   &dropConversion;
 
94
   &dropDatabase;
 
95
   &dropDomain;
 
96
   &dropFunction;
 
97
   &dropGroup;
 
98
   &dropIndex;
 
99
   &dropLanguage;
 
100
   &dropOperator;
 
101
   &dropOperatorClass;
 
102
   &dropRule;
 
103
   &dropSchema;
 
104
   &dropSequence;
 
105
   &dropTable;
 
106
   &dropTableSpace;
 
107
   &dropTrigger;
 
108
   &dropType;
 
109
   &dropUser;
 
110
   &dropView;
 
111
   &end;
 
112
   &execute;
 
113
   &explain;
 
114
   &fetch;
 
115
   &grant;
 
116
   &insert;
 
117
   &listen;
 
118
   &load;
 
119
   &lock;
 
120
   &move;
 
121
   &notify;
 
122
   &prepare;
 
123
   &reindex;
 
124
   &releaseSavepoint;
 
125
   &reset;
 
126
   &revoke;
 
127
   &rollback;
 
128
   &rollbackTo;
 
129
   &savepoint;
 
130
   &select;
 
131
   &selectInto;
 
132
   &set;
 
133
   &setConstraints;
 
134
   &setSessionAuth;
 
135
   &setTransaction;
 
136
   &show;
 
137
   &startTransaction;
 
138
   &truncate;
 
139
   &unlisten;
 
140
   &update;
 
141
   &vacuum;
 
142
 
 
143
 </reference>
 
144
 
 
145
 <reference id="reference-client">
 
146
  <title>PostgreSQL Client Applications</title>
 
147
 
 
148
  <partintro>
 
149
   <para>
 
150
    This part contains reference information for
 
151
    <productname>PostgreSQL</productname> client applications and
 
152
    utilities.  Not all of these commands are of general utility, some
 
153
    may require special privileges.  The common feature of these
 
154
    applications is that they can be run on any host, independent of
 
155
    where the database server resides.
 
156
   </para>
 
157
  </partintro>
 
158
 
 
159
   &clusterdb;
 
160
   &createdb;
 
161
   &createlang;
 
162
   &createuser;
 
163
   &dropdb;
 
164
   &droplang;
 
165
   &dropuser;
 
166
   &ecpgRef;
 
167
   &pgConfig;
 
168
   &pgDump;
 
169
   &pgDumpall;
 
170
   &pgRestore;
 
171
   &psqlRef;
 
172
   &vacuumdb;
 
173
 
 
174
 </reference>
 
175
 
 
176
 <reference id="reference-server">
 
177
  <title>PostgreSQL Server Applications</title>
 
178
 
 
179
  <partintro>
 
180
   <para>
 
181
    This part contains reference information for
 
182
    <productname>PostgreSQL</productname> server applications and
 
183
    support utilities.  These commands can only be run usefully on the
 
184
    host where the database server resides.  Other utility programs
 
185
    are listed in <xref linkend="reference-client">.
 
186
   </para>
 
187
  </partintro>
 
188
 
 
189
   &initdb;
 
190
   &ipcclean;
 
191
   &pgControldata;
 
192
   &pgCtl;
 
193
   &pgResetxlog;
 
194
   &postgres;
 
195
   &postmaster;
 
196
 
 
197
 </reference>
 
198
 
 
199
</part>
 
200
 
 
201
<!-- Keep this comment at the end of the file
 
202
Local variables:
 
203
mode:sgml
 
204
sgml-omittag:nil
 
205
sgml-shorttag:t
 
206
sgml-minimize-attributes:nil
 
207
sgml-always-quote-attributes:t
 
208
sgml-indent-step:1
 
209
sgml-indent-data:t
 
210
sgml-parent-document:nil
 
211
sgml-default-dtd-file:"./reference.ced"
 
212
sgml-exposed-tags:nil
 
213
sgml-local-catalogs:("/usr/lib/sgml/catalog")
 
214
sgml-local-ecat-files:nil
 
215
End:
 
216
-->