~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/sql-commands.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>SQL Commands</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REV="MADE"
 
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
 
11
REL="HOME"
 
12
TITLE="PostgreSQL 9.1beta1 Documentation"
 
13
HREF="index.html"><LINK
 
14
REL="UP"
 
15
TITLE="Reference"
 
16
HREF="reference.html"><LINK
 
17
REL="PREVIOUS"
 
18
TITLE="Reference"
 
19
HREF="reference.html"><LINK
 
20
REL="NEXT"
 
21
TITLE="ABORT"
 
22
HREF="sql-abort.html"><LINK
 
23
REL="STYLESHEET"
 
24
TYPE="text/css"
 
25
HREF="stylesheet.css"><META
 
26
HTTP-EQUIV="Content-Type"
 
27
CONTENT="text/html; charset=ISO-8859-1"><META
 
28
NAME="creation"
 
29
CONTENT="2011-04-27T21:20:33"></HEAD
 
30
><BODY
 
31
CLASS="REFERENCE"
 
32
><DIV
 
33
CLASS="NAVHEADER"
 
34
><TABLE
 
35
SUMMARY="Header navigation table"
 
36
WIDTH="100%"
 
37
BORDER="0"
 
38
CELLPADDING="0"
 
39
CELLSPACING="0"
 
40
><TR
 
41
><TH
 
42
COLSPAN="5"
 
43
ALIGN="center"
 
44
VALIGN="bottom"
 
45
><A
 
46
HREF="index.html"
 
47
>PostgreSQL 9.1beta1 Documentation</A
 
48
></TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="top"
 
55
><A
 
56
TITLE="Reference"
 
57
HREF="reference.html"
 
58
ACCESSKEY="P"
 
59
>Prev</A
 
60
></TD
 
61
><TD
 
62
WIDTH="10%"
 
63
ALIGN="left"
 
64
VALIGN="top"
 
65
><A
 
66
TITLE=""
 
67
HREF="reference.html#AEN59273"
 
68
>Fast Backward</A
 
69
></TD
 
70
><TD
 
71
WIDTH="60%"
 
72
ALIGN="center"
 
73
VALIGN="bottom"
 
74
></TD
 
75
><TD
 
76
WIDTH="10%"
 
77
ALIGN="right"
 
78
VALIGN="top"
 
79
><A
 
80
TITLE="PostgreSQL Client Applications"
 
81
HREF="reference-client.html"
 
82
>Fast Forward</A
 
83
></TD
 
84
><TD
 
85
WIDTH="10%"
 
86
ALIGN="right"
 
87
VALIGN="top"
 
88
><A
 
89
TITLE="ABORT"
 
90
HREF="sql-abort.html"
 
91
ACCESSKEY="N"
 
92
>Next</A
 
93
></TD
 
94
></TR
 
95
></TABLE
 
96
><HR
 
97
ALIGN="LEFT"
 
98
WIDTH="100%"></DIV
 
99
><DIV
 
100
CLASS="REFERENCE"
 
101
><A
 
102
NAME="SQL-COMMANDS"
 
103
></A
 
104
><DIV
 
105
CLASS="TITLEPAGE"
 
106
><H1
 
107
CLASS="TITLE"
 
108
>I. SQL Commands</H1
 
109
><DIV
 
110
CLASS="PARTINTRO"
 
111
><A
 
112
NAME="AEN59280"
 
113
></A
 
114
><P
 
115
>    This part contains reference information for the
 
116
    <ACRONYM
 
117
CLASS="ACRONYM"
 
118
>SQL</ACRONYM
 
119
> commands supported by
 
120
    <SPAN
 
121
CLASS="PRODUCTNAME"
 
122
>PostgreSQL</SPAN
 
123
>.  By <SPAN
 
124
CLASS="QUOTE"
 
125
>"SQL"</SPAN
 
126
> the
 
127
    language in general is meant; information about the standards
 
128
    conformance and compatibility of each command can be found on the
 
129
    respective reference page.
 
130
   </P
 
131
></DIV
 
132
><DIV
 
133
CLASS="TOC"
 
134
><DL
 
135
><DT
 
136
><B
 
137
>Table of Contents</B
 
138
></DT
 
139
><DT
 
140
><A
 
141
HREF="sql-abort.html"
 
142
>ABORT</A
 
143
>&nbsp;--&nbsp;abort the current transaction</DT
 
144
><DT
 
145
><A
 
146
HREF="sql-alteraggregate.html"
 
147
>ALTER AGGREGATE</A
 
148
>&nbsp;--&nbsp;change the definition of an aggregate function</DT
 
149
><DT
 
150
><A
 
151
HREF="sql-altercollation.html"
 
152
>ALTER COLLATION</A
 
153
>&nbsp;--&nbsp;change the definition of a collation</DT
 
154
><DT
 
155
><A
 
156
HREF="sql-alterconversion.html"
 
157
>ALTER CONVERSION</A
 
158
>&nbsp;--&nbsp;change the definition of a conversion</DT
 
159
><DT
 
160
><A
 
161
HREF="sql-alterdatabase.html"
 
162
>ALTER DATABASE</A
 
163
>&nbsp;--&nbsp;change a database</DT
 
164
><DT
 
165
><A
 
166
HREF="sql-alterdefaultprivileges.html"
 
167
>ALTER DEFAULT PRIVILEGES</A
 
168
>&nbsp;--&nbsp;define default access privileges</DT
 
169
><DT
 
170
><A
 
171
HREF="sql-alterdomain.html"
 
172
>ALTER DOMAIN</A
 
173
>&nbsp;--&nbsp;   change the definition of a domain
 
174
  </DT
 
175
><DT
 
176
><A
 
177
HREF="sql-alterextension.html"
 
178
>ALTER EXTENSION</A
 
179
>&nbsp;--&nbsp;   change the definition of an extension
 
180
  </DT
 
181
><DT
 
182
><A
 
183
HREF="sql-alterforeigndatawrapper.html"
 
184
>ALTER FOREIGN DATA WRAPPER</A
 
185
>&nbsp;--&nbsp;change the definition of a foreign-data wrapper</DT
 
186
><DT
 
187
><A
 
188
HREF="sql-alterforeigntable.html"
 
189
>ALTER FOREIGN TABLE</A
 
190
>&nbsp;--&nbsp;change the definition of a foreign table</DT
 
191
><DT
 
192
><A
 
193
HREF="sql-alterfunction.html"
 
194
>ALTER FUNCTION</A
 
195
>&nbsp;--&nbsp;change the definition of a function</DT
 
196
><DT
 
197
><A
 
198
HREF="sql-altergroup.html"
 
199
>ALTER GROUP</A
 
200
>&nbsp;--&nbsp;change role name or membership</DT
 
201
><DT
 
202
><A
 
203
HREF="sql-alterindex.html"
 
204
>ALTER INDEX</A
 
205
>&nbsp;--&nbsp;change the definition of an index</DT
 
206
><DT
 
207
><A
 
208
HREF="sql-alterlanguage.html"
 
209
>ALTER LANGUAGE</A
 
210
>&nbsp;--&nbsp;change the definition of a procedural language</DT
 
211
><DT
 
212
><A
 
213
HREF="sql-alterlargeobject.html"
 
214
>ALTER LARGE OBJECT</A
 
215
>&nbsp;--&nbsp;change the definition of a large object</DT
 
216
><DT
 
217
><A
 
218
HREF="sql-alteroperator.html"
 
219
>ALTER OPERATOR</A
 
220
>&nbsp;--&nbsp;change the definition of an operator</DT
 
221
><DT
 
222
><A
 
223
HREF="sql-alteropclass.html"
 
224
>ALTER OPERATOR CLASS</A
 
225
>&nbsp;--&nbsp;change the definition of an operator class</DT
 
226
><DT
 
227
><A
 
228
HREF="sql-alteropfamily.html"
 
229
>ALTER OPERATOR FAMILY</A
 
230
>&nbsp;--&nbsp;change the definition of an operator family</DT
 
231
><DT
 
232
><A
 
233
HREF="sql-alterrole.html"
 
234
>ALTER ROLE</A
 
235
>&nbsp;--&nbsp;change a database role</DT
 
236
><DT
 
237
><A
 
238
HREF="sql-alterschema.html"
 
239
>ALTER SCHEMA</A
 
240
>&nbsp;--&nbsp;change the definition of a schema</DT
 
241
><DT
 
242
><A
 
243
HREF="sql-altersequence.html"
 
244
>ALTER SEQUENCE</A
 
245
>&nbsp;--&nbsp;   change the definition of a sequence generator
 
246
  </DT
 
247
><DT
 
248
><A
 
249
HREF="sql-alterserver.html"
 
250
>ALTER SERVER</A
 
251
>&nbsp;--&nbsp;change the definition of a foreign server</DT
 
252
><DT
 
253
><A
 
254
HREF="sql-altertable.html"
 
255
>ALTER TABLE</A
 
256
>&nbsp;--&nbsp;change the definition of a table</DT
 
257
><DT
 
258
><A
 
259
HREF="sql-altertablespace.html"
 
260
>ALTER TABLESPACE</A
 
261
>&nbsp;--&nbsp;change the definition of a tablespace</DT
 
262
><DT
 
263
><A
 
264
HREF="sql-altertsconfig.html"
 
265
>ALTER TEXT SEARCH CONFIGURATION</A
 
266
>&nbsp;--&nbsp;change the definition of a text search configuration</DT
 
267
><DT
 
268
><A
 
269
HREF="sql-altertsdictionary.html"
 
270
>ALTER TEXT SEARCH DICTIONARY</A
 
271
>&nbsp;--&nbsp;change the definition of a text search dictionary</DT
 
272
><DT
 
273
><A
 
274
HREF="sql-altertsparser.html"
 
275
>ALTER TEXT SEARCH PARSER</A
 
276
>&nbsp;--&nbsp;change the definition of a text search parser</DT
 
277
><DT
 
278
><A
 
279
HREF="sql-altertstemplate.html"
 
280
>ALTER TEXT SEARCH TEMPLATE</A
 
281
>&nbsp;--&nbsp;change the definition of a text search template</DT
 
282
><DT
 
283
><A
 
284
HREF="sql-altertrigger.html"
 
285
>ALTER TRIGGER</A
 
286
>&nbsp;--&nbsp;change the definition of a trigger</DT
 
287
><DT
 
288
><A
 
289
HREF="sql-altertype.html"
 
290
>ALTER TYPE</A
 
291
>&nbsp;--&nbsp;   change the definition of a type
 
292
  </DT
 
293
><DT
 
294
><A
 
295
HREF="sql-alteruser.html"
 
296
>ALTER USER</A
 
297
>&nbsp;--&nbsp;change a database role</DT
 
298
><DT
 
299
><A
 
300
HREF="sql-alterusermapping.html"
 
301
>ALTER USER MAPPING</A
 
302
>&nbsp;--&nbsp;change the definition of a user mapping</DT
 
303
><DT
 
304
><A
 
305
HREF="sql-alterview.html"
 
306
>ALTER VIEW</A
 
307
>&nbsp;--&nbsp;change the definition of a view</DT
 
308
><DT
 
309
><A
 
310
HREF="sql-analyze.html"
 
311
>ANALYZE</A
 
312
>&nbsp;--&nbsp;collect statistics about a database</DT
 
313
><DT
 
314
><A
 
315
HREF="sql-begin.html"
 
316
>BEGIN</A
 
317
>&nbsp;--&nbsp;start a transaction block</DT
 
318
><DT
 
319
><A
 
320
HREF="sql-checkpoint.html"
 
321
>CHECKPOINT</A
 
322
>&nbsp;--&nbsp;force a transaction log checkpoint</DT
 
323
><DT
 
324
><A
 
325
HREF="sql-close.html"
 
326
>CLOSE</A
 
327
>&nbsp;--&nbsp;close a cursor</DT
 
328
><DT
 
329
><A
 
330
HREF="sql-cluster.html"
 
331
>CLUSTER</A
 
332
>&nbsp;--&nbsp;cluster a table according to an index</DT
 
333
><DT
 
334
><A
 
335
HREF="sql-comment.html"
 
336
>COMMENT</A
 
337
>&nbsp;--&nbsp;define or change the comment of an object</DT
 
338
><DT
 
339
><A
 
340
HREF="sql-commit.html"
 
341
>COMMIT</A
 
342
>&nbsp;--&nbsp;commit the current transaction</DT
 
343
><DT
 
344
><A
 
345
HREF="sql-commit-prepared.html"
 
346
>COMMIT PREPARED</A
 
347
>&nbsp;--&nbsp;commit a transaction that was earlier prepared for two-phase commit</DT
 
348
><DT
 
349
><A
 
350
HREF="sql-copy.html"
 
351
>COPY</A
 
352
>&nbsp;--&nbsp;copy data between a file and a table</DT
 
353
><DT
 
354
><A
 
355
HREF="sql-createaggregate.html"
 
356
>CREATE AGGREGATE</A
 
357
>&nbsp;--&nbsp;define a new aggregate function</DT
 
358
><DT
 
359
><A
 
360
HREF="sql-createcast.html"
 
361
>CREATE CAST</A
 
362
>&nbsp;--&nbsp;define a new cast</DT
 
363
><DT
 
364
><A
 
365
HREF="sql-createcollation.html"
 
366
>CREATE COLLATION</A
 
367
>&nbsp;--&nbsp;define a new collation</DT
 
368
><DT
 
369
><A
 
370
HREF="sql-createconversion.html"
 
371
>CREATE CONVERSION</A
 
372
>&nbsp;--&nbsp;define a new encoding conversion</DT
 
373
><DT
 
374
><A
 
375
HREF="sql-createdatabase.html"
 
376
>CREATE DATABASE</A
 
377
>&nbsp;--&nbsp;create a new database</DT
 
378
><DT
 
379
><A
 
380
HREF="sql-createdomain.html"
 
381
>CREATE DOMAIN</A
 
382
>&nbsp;--&nbsp;define a new domain</DT
 
383
><DT
 
384
><A
 
385
HREF="sql-createextension.html"
 
386
>CREATE EXTENSION</A
 
387
>&nbsp;--&nbsp;install an extension</DT
 
388
><DT
 
389
><A
 
390
HREF="sql-createforeigndatawrapper.html"
 
391
>CREATE FOREIGN DATA WRAPPER</A
 
392
>&nbsp;--&nbsp;define a new foreign-data wrapper</DT
 
393
><DT
 
394
><A
 
395
HREF="sql-createforeigntable.html"
 
396
>CREATE FOREIGN TABLE</A
 
397
>&nbsp;--&nbsp;define a new foreign table</DT
 
398
><DT
 
399
><A
 
400
HREF="sql-createfunction.html"
 
401
>CREATE FUNCTION</A
 
402
>&nbsp;--&nbsp;define a new function</DT
 
403
><DT
 
404
><A
 
405
HREF="sql-creategroup.html"
 
406
>CREATE GROUP</A
 
407
>&nbsp;--&nbsp;define a new database role</DT
 
408
><DT
 
409
><A
 
410
HREF="sql-createindex.html"
 
411
>CREATE INDEX</A
 
412
>&nbsp;--&nbsp;define a new index</DT
 
413
><DT
 
414
><A
 
415
HREF="sql-createlanguage.html"
 
416
>CREATE LANGUAGE</A
 
417
>&nbsp;--&nbsp;define a new procedural language</DT
 
418
><DT
 
419
><A
 
420
HREF="sql-createoperator.html"
 
421
>CREATE OPERATOR</A
 
422
>&nbsp;--&nbsp;define a new operator</DT
 
423
><DT
 
424
><A
 
425
HREF="sql-createopclass.html"
 
426
>CREATE OPERATOR CLASS</A
 
427
>&nbsp;--&nbsp;define a new operator class</DT
 
428
><DT
 
429
><A
 
430
HREF="sql-createopfamily.html"
 
431
>CREATE OPERATOR FAMILY</A
 
432
>&nbsp;--&nbsp;define a new operator family</DT
 
433
><DT
 
434
><A
 
435
HREF="sql-createrole.html"
 
436
>CREATE ROLE</A
 
437
>&nbsp;--&nbsp;define a new database role</DT
 
438
><DT
 
439
><A
 
440
HREF="sql-createrule.html"
 
441
>CREATE RULE</A
 
442
>&nbsp;--&nbsp;define a new rewrite rule</DT
 
443
><DT
 
444
><A
 
445
HREF="sql-createschema.html"
 
446
>CREATE SCHEMA</A
 
447
>&nbsp;--&nbsp;define a new schema</DT
 
448
><DT
 
449
><A
 
450
HREF="sql-createsequence.html"
 
451
>CREATE SEQUENCE</A
 
452
>&nbsp;--&nbsp;define a new sequence generator</DT
 
453
><DT
 
454
><A
 
455
HREF="sql-createserver.html"
 
456
>CREATE SERVER</A
 
457
>&nbsp;--&nbsp;define a new foreign server</DT
 
458
><DT
 
459
><A
 
460
HREF="sql-createtable.html"
 
461
>CREATE TABLE</A
 
462
>&nbsp;--&nbsp;define a new table</DT
 
463
><DT
 
464
><A
 
465
HREF="sql-createtableas.html"
 
466
>CREATE TABLE AS</A
 
467
>&nbsp;--&nbsp;define a new table from the results of a query</DT
 
468
><DT
 
469
><A
 
470
HREF="sql-createtablespace.html"
 
471
>CREATE TABLESPACE</A
 
472
>&nbsp;--&nbsp;define a new tablespace</DT
 
473
><DT
 
474
><A
 
475
HREF="sql-createtsconfig.html"
 
476
>CREATE TEXT SEARCH CONFIGURATION</A
 
477
>&nbsp;--&nbsp;define a new text search configuration</DT
 
478
><DT
 
479
><A
 
480
HREF="sql-createtsdictionary.html"
 
481
>CREATE TEXT SEARCH DICTIONARY</A
 
482
>&nbsp;--&nbsp;define a new text search dictionary</DT
 
483
><DT
 
484
><A
 
485
HREF="sql-createtsparser.html"
 
486
>CREATE TEXT SEARCH PARSER</A
 
487
>&nbsp;--&nbsp;define a new text search parser</DT
 
488
><DT
 
489
><A
 
490
HREF="sql-createtstemplate.html"
 
491
>CREATE TEXT SEARCH TEMPLATE</A
 
492
>&nbsp;--&nbsp;define a new text search template</DT
 
493
><DT
 
494
><A
 
495
HREF="sql-createtrigger.html"
 
496
>CREATE TRIGGER</A
 
497
>&nbsp;--&nbsp;define a new trigger</DT
 
498
><DT
 
499
><A
 
500
HREF="sql-createtype.html"
 
501
>CREATE TYPE</A
 
502
>&nbsp;--&nbsp;define a new data type</DT
 
503
><DT
 
504
><A
 
505
HREF="sql-createuser.html"
 
506
>CREATE USER</A
 
507
>&nbsp;--&nbsp;define a new database role</DT
 
508
><DT
 
509
><A
 
510
HREF="sql-createusermapping.html"
 
511
>CREATE USER MAPPING</A
 
512
>&nbsp;--&nbsp;define a new mapping of a user to a foreign server</DT
 
513
><DT
 
514
><A
 
515
HREF="sql-createview.html"
 
516
>CREATE VIEW</A
 
517
>&nbsp;--&nbsp;define a new view</DT
 
518
><DT
 
519
><A
 
520
HREF="sql-deallocate.html"
 
521
>DEALLOCATE</A
 
522
>&nbsp;--&nbsp;deallocate a prepared statement</DT
 
523
><DT
 
524
><A
 
525
HREF="sql-declare.html"
 
526
>DECLARE</A
 
527
>&nbsp;--&nbsp;define a cursor</DT
 
528
><DT
 
529
><A
 
530
HREF="sql-delete.html"
 
531
>DELETE</A
 
532
>&nbsp;--&nbsp;delete rows of a table</DT
 
533
><DT
 
534
><A
 
535
HREF="sql-discard.html"
 
536
>DISCARD</A
 
537
>&nbsp;--&nbsp;discard session state</DT
 
538
><DT
 
539
><A
 
540
HREF="sql-do.html"
 
541
>DO</A
 
542
>&nbsp;--&nbsp;execute an anonymous code block</DT
 
543
><DT
 
544
><A
 
545
HREF="sql-dropaggregate.html"
 
546
>DROP AGGREGATE</A
 
547
>&nbsp;--&nbsp;remove an aggregate function</DT
 
548
><DT
 
549
><A
 
550
HREF="sql-dropcast.html"
 
551
>DROP CAST</A
 
552
>&nbsp;--&nbsp;remove a cast</DT
 
553
><DT
 
554
><A
 
555
HREF="sql-dropcollation.html"
 
556
>DROP COLLATION</A
 
557
>&nbsp;--&nbsp;remove a collation</DT
 
558
><DT
 
559
><A
 
560
HREF="sql-dropconversion.html"
 
561
>DROP CONVERSION</A
 
562
>&nbsp;--&nbsp;remove a conversion</DT
 
563
><DT
 
564
><A
 
565
HREF="sql-dropdatabase.html"
 
566
>DROP DATABASE</A
 
567
>&nbsp;--&nbsp;remove a database</DT
 
568
><DT
 
569
><A
 
570
HREF="sql-dropdomain.html"
 
571
>DROP DOMAIN</A
 
572
>&nbsp;--&nbsp;remove a domain</DT
 
573
><DT
 
574
><A
 
575
HREF="sql-dropextension.html"
 
576
>DROP EXTENSION</A
 
577
>&nbsp;--&nbsp;remove an extension</DT
 
578
><DT
 
579
><A
 
580
HREF="sql-dropforeigndatawrapper.html"
 
581
>DROP FOREIGN DATA WRAPPER</A
 
582
>&nbsp;--&nbsp;remove a foreign-data wrapper</DT
 
583
><DT
 
584
><A
 
585
HREF="sql-dropforeigntable.html"
 
586
>DROP FOREIGN TABLE</A
 
587
>&nbsp;--&nbsp;remove a foreign table</DT
 
588
><DT
 
589
><A
 
590
HREF="sql-dropfunction.html"
 
591
>DROP FUNCTION</A
 
592
>&nbsp;--&nbsp;remove a function</DT
 
593
><DT
 
594
><A
 
595
HREF="sql-dropgroup.html"
 
596
>DROP GROUP</A
 
597
>&nbsp;--&nbsp;remove a database role</DT
 
598
><DT
 
599
><A
 
600
HREF="sql-dropindex.html"
 
601
>DROP INDEX</A
 
602
>&nbsp;--&nbsp;remove an index</DT
 
603
><DT
 
604
><A
 
605
HREF="sql-droplanguage.html"
 
606
>DROP LANGUAGE</A
 
607
>&nbsp;--&nbsp;remove a procedural language</DT
 
608
><DT
 
609
><A
 
610
HREF="sql-dropoperator.html"
 
611
>DROP OPERATOR</A
 
612
>&nbsp;--&nbsp;remove an operator</DT
 
613
><DT
 
614
><A
 
615
HREF="sql-dropopclass.html"
 
616
>DROP OPERATOR CLASS</A
 
617
>&nbsp;--&nbsp;remove an operator class</DT
 
618
><DT
 
619
><A
 
620
HREF="sql-dropopfamily.html"
 
621
>DROP OPERATOR FAMILY</A
 
622
>&nbsp;--&nbsp;remove an operator family</DT
 
623
><DT
 
624
><A
 
625
HREF="sql-drop-owned.html"
 
626
>DROP OWNED</A
 
627
>&nbsp;--&nbsp;remove database objects owned by a database role</DT
 
628
><DT
 
629
><A
 
630
HREF="sql-droprole.html"
 
631
>DROP ROLE</A
 
632
>&nbsp;--&nbsp;remove a database role</DT
 
633
><DT
 
634
><A
 
635
HREF="sql-droprule.html"
 
636
>DROP RULE</A
 
637
>&nbsp;--&nbsp;remove a rewrite rule</DT
 
638
><DT
 
639
><A
 
640
HREF="sql-dropschema.html"
 
641
>DROP SCHEMA</A
 
642
>&nbsp;--&nbsp;remove a schema</DT
 
643
><DT
 
644
><A
 
645
HREF="sql-dropsequence.html"
 
646
>DROP SEQUENCE</A
 
647
>&nbsp;--&nbsp;remove a sequence</DT
 
648
><DT
 
649
><A
 
650
HREF="sql-dropserver.html"
 
651
>DROP SERVER</A
 
652
>&nbsp;--&nbsp;remove a foreign server descriptor</DT
 
653
><DT
 
654
><A
 
655
HREF="sql-droptable.html"
 
656
>DROP TABLE</A
 
657
>&nbsp;--&nbsp;remove a table</DT
 
658
><DT
 
659
><A
 
660
HREF="sql-droptablespace.html"
 
661
>DROP TABLESPACE</A
 
662
>&nbsp;--&nbsp;remove a tablespace</DT
 
663
><DT
 
664
><A
 
665
HREF="sql-droptsconfig.html"
 
666
>DROP TEXT SEARCH CONFIGURATION</A
 
667
>&nbsp;--&nbsp;remove a text search configuration</DT
 
668
><DT
 
669
><A
 
670
HREF="sql-droptsdictionary.html"
 
671
>DROP TEXT SEARCH DICTIONARY</A
 
672
>&nbsp;--&nbsp;remove a text search dictionary</DT
 
673
><DT
 
674
><A
 
675
HREF="sql-droptsparser.html"
 
676
>DROP TEXT SEARCH PARSER</A
 
677
>&nbsp;--&nbsp;remove a text search parser</DT
 
678
><DT
 
679
><A
 
680
HREF="sql-droptstemplate.html"
 
681
>DROP TEXT SEARCH TEMPLATE</A
 
682
>&nbsp;--&nbsp;remove a text search template</DT
 
683
><DT
 
684
><A
 
685
HREF="sql-droptrigger.html"
 
686
>DROP TRIGGER</A
 
687
>&nbsp;--&nbsp;remove a trigger</DT
 
688
><DT
 
689
><A
 
690
HREF="sql-droptype.html"
 
691
>DROP TYPE</A
 
692
>&nbsp;--&nbsp;remove a data type</DT
 
693
><DT
 
694
><A
 
695
HREF="sql-dropuser.html"
 
696
>DROP USER</A
 
697
>&nbsp;--&nbsp;remove a database role</DT
 
698
><DT
 
699
><A
 
700
HREF="sql-dropusermapping.html"
 
701
>DROP USER MAPPING</A
 
702
>&nbsp;--&nbsp;remove a user mapping for a foreign server</DT
 
703
><DT
 
704
><A
 
705
HREF="sql-dropview.html"
 
706
>DROP VIEW</A
 
707
>&nbsp;--&nbsp;remove a view</DT
 
708
><DT
 
709
><A
 
710
HREF="sql-end.html"
 
711
>END</A
 
712
>&nbsp;--&nbsp;commit the current transaction</DT
 
713
><DT
 
714
><A
 
715
HREF="sql-execute.html"
 
716
>EXECUTE</A
 
717
>&nbsp;--&nbsp;execute a prepared statement</DT
 
718
><DT
 
719
><A
 
720
HREF="sql-explain.html"
 
721
>EXPLAIN</A
 
722
>&nbsp;--&nbsp;show the execution plan of a statement</DT
 
723
><DT
 
724
><A
 
725
HREF="sql-fetch.html"
 
726
>FETCH</A
 
727
>&nbsp;--&nbsp;retrieve rows from a query using a cursor</DT
 
728
><DT
 
729
><A
 
730
HREF="sql-grant.html"
 
731
>GRANT</A
 
732
>&nbsp;--&nbsp;define access privileges</DT
 
733
><DT
 
734
><A
 
735
HREF="sql-insert.html"
 
736
>INSERT</A
 
737
>&nbsp;--&nbsp;create new rows in a table</DT
 
738
><DT
 
739
><A
 
740
HREF="sql-listen.html"
 
741
>LISTEN</A
 
742
>&nbsp;--&nbsp;listen for a notification</DT
 
743
><DT
 
744
><A
 
745
HREF="sql-load.html"
 
746
>LOAD</A
 
747
>&nbsp;--&nbsp;load a shared library file</DT
 
748
><DT
 
749
><A
 
750
HREF="sql-lock.html"
 
751
>LOCK</A
 
752
>&nbsp;--&nbsp;lock a table</DT
 
753
><DT
 
754
><A
 
755
HREF="sql-move.html"
 
756
>MOVE</A
 
757
>&nbsp;--&nbsp;position a cursor</DT
 
758
><DT
 
759
><A
 
760
HREF="sql-notify.html"
 
761
>NOTIFY</A
 
762
>&nbsp;--&nbsp;generate a notification</DT
 
763
><DT
 
764
><A
 
765
HREF="sql-prepare.html"
 
766
>PREPARE</A
 
767
>&nbsp;--&nbsp;prepare a statement for execution</DT
 
768
><DT
 
769
><A
 
770
HREF="sql-prepare-transaction.html"
 
771
>PREPARE TRANSACTION</A
 
772
>&nbsp;--&nbsp;prepare the current transaction for two-phase commit</DT
 
773
><DT
 
774
><A
 
775
HREF="sql-reassign-owned.html"
 
776
>REASSIGN OWNED</A
 
777
>&nbsp;--&nbsp;change the ownership of database objects owned by a database role</DT
 
778
><DT
 
779
><A
 
780
HREF="sql-reindex.html"
 
781
>REINDEX</A
 
782
>&nbsp;--&nbsp;rebuild indexes</DT
 
783
><DT
 
784
><A
 
785
HREF="sql-release-savepoint.html"
 
786
>RELEASE SAVEPOINT</A
 
787
>&nbsp;--&nbsp;destroy a previously defined savepoint</DT
 
788
><DT
 
789
><A
 
790
HREF="sql-reset.html"
 
791
>RESET</A
 
792
>&nbsp;--&nbsp;restore the value of a run-time parameter to the default value</DT
 
793
><DT
 
794
><A
 
795
HREF="sql-revoke.html"
 
796
>REVOKE</A
 
797
>&nbsp;--&nbsp;remove access privileges</DT
 
798
><DT
 
799
><A
 
800
HREF="sql-rollback.html"
 
801
>ROLLBACK</A
 
802
>&nbsp;--&nbsp;abort the current transaction</DT
 
803
><DT
 
804
><A
 
805
HREF="sql-rollback-prepared.html"
 
806
>ROLLBACK PREPARED</A
 
807
>&nbsp;--&nbsp;cancel a transaction that was earlier prepared for two-phase commit</DT
 
808
><DT
 
809
><A
 
810
HREF="sql-rollback-to.html"
 
811
>ROLLBACK TO SAVEPOINT</A
 
812
>&nbsp;--&nbsp;roll back to a savepoint</DT
 
813
><DT
 
814
><A
 
815
HREF="sql-savepoint.html"
 
816
>SAVEPOINT</A
 
817
>&nbsp;--&nbsp;define a new savepoint within the current transaction</DT
 
818
><DT
 
819
><A
 
820
HREF="sql-security-label.html"
 
821
>SECURITY LABEL</A
 
822
>&nbsp;--&nbsp;define or change a security label applied to an object</DT
 
823
><DT
 
824
><A
 
825
HREF="sql-select.html"
 
826
>SELECT</A
 
827
>&nbsp;--&nbsp;retrieve rows from a table or view</DT
 
828
><DT
 
829
><A
 
830
HREF="sql-selectinto.html"
 
831
>SELECT INTO</A
 
832
>&nbsp;--&nbsp;define a new table from the results of a query</DT
 
833
><DT
 
834
><A
 
835
HREF="sql-set.html"
 
836
>SET</A
 
837
>&nbsp;--&nbsp;change a run-time parameter</DT
 
838
><DT
 
839
><A
 
840
HREF="sql-set-constraints.html"
 
841
>SET CONSTRAINTS</A
 
842
>&nbsp;--&nbsp;set constraint check timing for the current transaction</DT
 
843
><DT
 
844
><A
 
845
HREF="sql-set-role.html"
 
846
>SET ROLE</A
 
847
>&nbsp;--&nbsp;set the current user identifier of the current session</DT
 
848
><DT
 
849
><A
 
850
HREF="sql-set-session-authorization.html"
 
851
>SET SESSION AUTHORIZATION</A
 
852
>&nbsp;--&nbsp;set the session user identifier and the current user identifier of the current session</DT
 
853
><DT
 
854
><A
 
855
HREF="sql-set-transaction.html"
 
856
>SET TRANSACTION</A
 
857
>&nbsp;--&nbsp;set the characteristics of the current transaction</DT
 
858
><DT
 
859
><A
 
860
HREF="sql-show.html"
 
861
>SHOW</A
 
862
>&nbsp;--&nbsp;show the value of a run-time parameter</DT
 
863
><DT
 
864
><A
 
865
HREF="sql-start-transaction.html"
 
866
>START TRANSACTION</A
 
867
>&nbsp;--&nbsp;start a transaction block</DT
 
868
><DT
 
869
><A
 
870
HREF="sql-truncate.html"
 
871
>TRUNCATE</A
 
872
>&nbsp;--&nbsp;empty a table or set of tables</DT
 
873
><DT
 
874
><A
 
875
HREF="sql-unlisten.html"
 
876
>UNLISTEN</A
 
877
>&nbsp;--&nbsp;stop listening for a notification</DT
 
878
><DT
 
879
><A
 
880
HREF="sql-update.html"
 
881
>UPDATE</A
 
882
>&nbsp;--&nbsp;update rows of a table</DT
 
883
><DT
 
884
><A
 
885
HREF="sql-vacuum.html"
 
886
>VACUUM</A
 
887
>&nbsp;--&nbsp;garbage-collect and optionally analyze a database</DT
 
888
><DT
 
889
><A
 
890
HREF="sql-values.html"
 
891
>VALUES</A
 
892
>&nbsp;--&nbsp;compute a set of rows</DT
 
893
></DL
 
894
></DIV
 
895
></DIV
 
896
></DIV
 
897
><DIV
 
898
CLASS="NAVFOOTER"
 
899
><HR
 
900
ALIGN="LEFT"
 
901
WIDTH="100%"><TABLE
 
902
SUMMARY="Footer navigation table"
 
903
WIDTH="100%"
 
904
BORDER="0"
 
905
CELLPADDING="0"
 
906
CELLSPACING="0"
 
907
><TR
 
908
><TD
 
909
WIDTH="33%"
 
910
ALIGN="left"
 
911
VALIGN="top"
 
912
><A
 
913
HREF="reference.html"
 
914
ACCESSKEY="P"
 
915
>Prev</A
 
916
></TD
 
917
><TD
 
918
WIDTH="34%"
 
919
ALIGN="center"
 
920
VALIGN="top"
 
921
><A
 
922
HREF="index.html"
 
923
ACCESSKEY="H"
 
924
>Home</A
 
925
></TD
 
926
><TD
 
927
WIDTH="33%"
 
928
ALIGN="right"
 
929
VALIGN="top"
 
930
><A
 
931
HREF="sql-abort.html"
 
932
ACCESSKEY="N"
 
933
>Next</A
 
934
></TD
 
935
></TR
 
936
><TR
 
937
><TD
 
938
WIDTH="33%"
 
939
ALIGN="left"
 
940
VALIGN="top"
 
941
>Reference</TD
 
942
><TD
 
943
WIDTH="34%"
 
944
ALIGN="center"
 
945
VALIGN="top"
 
946
><A
 
947
HREF="reference.html"
 
948
ACCESSKEY="U"
 
949
>Up</A
 
950
></TD
 
951
><TD
 
952
WIDTH="33%"
 
953
ALIGN="right"
 
954
VALIGN="top"
 
955
>ABORT</TD
 
956
></TR
 
957
></TABLE
 
958
></DIV
 
959
></BODY
 
960
></HTML
 
961
>
 
 
b'\\ No newline at end of file'