Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit165b830

Browse files
author
Thomas G. Lockhart
committed
Add reference pages on user interface applications.
1 parent32cfa65 commit165b830

File tree

7 files changed

+2197
-1961
lines changed

7 files changed

+2197
-1961
lines changed

‎doc/src/sgml/ref/allfiles.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!entity close system "close.sgml">
6363
<!entity cluster system "cluster.sgml">
6464
<!entity commit system "commit.sgml">
65-
<!entitycopy system "copy.sgml">
65+
<!entitycopyTable system "copy.sgml">
6666
<!entity createAggregate system "create_aggregate.sgml">
6767
<!entity createDatabase system "create_database.sgml">
6868
<!entity createFunction system "create_function.sgml">
@@ -117,8 +117,10 @@
117117
<!entity destroyuser system "destroyuser.sgml">
118118
<!entity initdb system "initdb.sgml">
119119
<!entity initlocation system "initlocation.sgml">
120-
<!entity pgDump system "pg_dump.sgml">
121-
<!entity pgDumpall system "pg_dumpall.sgml">
120+
<!entity pgAccess system "pgaccess-ref.sgml">
121+
<!entity pgAdmin system "pgadmin-ref.sgml">
122+
<!entity pgDump system "pg_dump.sgml">
123+
<!entity pgDumpall system "pg_dumpall.sgml">
122124
<!entity pgUpgrade system "pg_upgrade.sgml">
123125
<!entity psqlRef system "psql-ref.sgml">
124126
<!entity vacuumdb system "vacuumdb.sgml">

‎doc/src/sgml/ref/commands.sgml

Lines changed: 86 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,69 @@
1-
<chapter id="sql-commands">
2-
<Title>SQL Commands</Title>
1+
<chapter id="sql-commands">
2+
<Title>SQL Commands</Title>
33

4-
<Para>
5-
This is reference information for the <acronym>SQL</acronym>
6-
commands supported by <productname>Postgres</productname>.
7-
</Para>
4+
<abstract>
5+
<Para>
6+
This is reference information for the <acronym>SQL</acronym>
7+
commands supported by <productname>Postgres</productname>.
8+
</Para>
9+
</abstract>
810

9-
&abort;
10-
&alterTable;
11-
&alterUser;
12-
&begin;
13-
&close;
14-
&cluster;
15-
&commit;
16-
&copy;
17-
&createAggregate;
18-
&createDatabase;
19-
&createFunction;
20-
&createIndex;
21-
&createLanguage;
22-
&createOperator;
23-
&createRule;
24-
&createSequence;
25-
&createTable;
26-
&createTrigger;
27-
&createType;
28-
&createUser;
29-
&createView;
30-
&declare;
31-
&delete;
32-
&dropAggregate;
33-
&dropDatabase;
34-
&dropFunction;
35-
&dropIndex;
36-
&dropLanguage;
37-
&dropOperator;
38-
&dropRule;
39-
&dropSequence;
40-
&dropTable;
41-
&dropTrigger;
42-
&dropType
43-
&dropUser;
44-
&dropView;
45-
&explain;
46-
&fetch;
47-
&grant;
48-
&insert;
49-
&listen;
50-
&load;
51-
&lock;
52-
&move;
53-
&notify;
54-
&reset;
55-
&revoke;
56-
&rollback;
57-
&select;
58-
&set;
59-
&show;
60-
&unlisten;
61-
&update;
62-
&vacuum;
63-
64-
</Chapter>
11+
&abort;
12+
&alterTable;
13+
&alterUser;
14+
&begin;
15+
&close;
16+
&cluster;
17+
&commit;
18+
&copyTable;
19+
&createAggregate;
20+
&createDatabase;
21+
&createFunction;
22+
&createIndex;
23+
&createLanguage;
24+
&createOperator;
25+
&createRule;
26+
&createSequence;
27+
&createTable;
28+
&createTrigger;
29+
&createType;
30+
&createUser;
31+
&createView;
32+
&declare;
33+
&delete;
34+
&dropAggregate;
35+
&dropDatabase;
36+
&dropFunction;
37+
&dropIndex;
38+
&dropLanguage;
39+
&dropOperator;
40+
&dropRule;
41+
&dropSequence;
42+
&dropTable;
43+
&dropTrigger;
44+
&dropType
45+
&dropUser;
46+
&dropView;
47+
&explain;
48+
&fetch;
49+
&grant;
50+
&insert;
51+
&listen;
52+
&load;
53+
&lock;
54+
&move;
55+
&notify;
56+
&reset;
57+
&revoke;
58+
&rollback;
59+
&select;
60+
&set;
61+
&show;
62+
&unlisten;
63+
&update;
64+
&vacuum;
65+
66+
</Chapter>
6567

6668
<!--
6769
Disable this chapter until we have more functions documented.
@@ -84,31 +86,35 @@ functions supported by <productname>Postgres</productname>.
8486

8587
-->
8688

87-
<chapter Id="utilities">
88-
<title>Utility Applications</title>
89+
<chapter Id="utilities">
90+
<title>Utility Applications</title>
8991

90-
<para>
91-
This is reference information for the
92-
<productname>Postgres</productname> support utilities.
93-
</para>
92+
<abstract>
93+
<para>
94+
This is reference information for the
95+
<productname>Postgres</productname> support utilities.
96+
</para>
97+
</abstract>
9498

95-
&createdb;
96-
&createuser;
97-
&destroydb;
98-
&destroyuser;
99-
&initdb;
100-
&initlocation;
101-
&pgDump;
102-
&pgDumpall;
103-
&psqlRef;
104-
&vacuumdb;
99+
&createdb;
100+
&createuser;
101+
&destroydb;
102+
&destroyuser;
103+
&initdb;
104+
&initlocation;
105+
&pgAccess;
106+
&pgAdmin;
107+
&pgDump;
108+
&pgDumpall;
109+
&psqlRef;
110+
&vacuumdb;
105111

106-
</chapter>
112+
</chapter>
107113

108114
<!-- Keep this comment at the end of the file
109115
Local variables:
110116
mode: sgml
111-
sgml-omittag:t
117+
sgml-omittag:nil
112118
sgml-shorttag:t
113119
sgml-minimize-attributes:nil
114120
sgml-always-quote-attributes:t

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp