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

Commitc879556

Browse files
author
Thomas G. Lockhart
committed
Fix markup to allow clean man pages.
Add new pages for programming languages and tcl shells.
1 parent6b07527 commitc879556

14 files changed

+916
-60
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.10 1999/07/22 15:09:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.11 1999/08/06 13:50:29 thomas Exp $
33
Postgres documentation
44
Complete list of usable sgml source files in this directory.
55
-->
@@ -99,8 +99,10 @@ Complete list of usable sgml source files in this directory.
9999

100100
<!-- these are in the "utilities" reference chapter -->
101101
<!entity createdb system "createdb.sgml">
102+
<!entity createlang system "createlang.sgml">
102103
<!entity createuser system "createuser.sgml">
103104
<!entity destroydb system "destroydb.sgml">
105+
<!entity destroylang system "destroylang.sgml">
104106
<!entity destroyuser system "destroyuser.sgml">
105107
<!entity ecpgRef system "ecpg-ref.sgml">
106108
<!entity initdb system "initdb.sgml">
@@ -111,6 +113,8 @@ Complete list of usable sgml source files in this directory.
111113
<!entity pgDump system "pg_dump.sgml">
112114
<!entity pgDumpall system "pg_dumpall.sgml">
113115
<!entity pgPasswd system "pg_passwd.sgml">
116+
<!entity pgTclSh system "pgtclsh.sgml">
117+
<!entity pgTkSh system "pgtksh.sgml">
114118
<!entity pgUpgrade system "pg_upgrade.sgml">
115119
<!entity postgres system "postgres-ref.sgml">
116120
<!entity postmaster system "postmaster.sgml">

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.17 1999/07/22 15:09:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.18 1999/08/06 13:50:30 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -106,15 +106,19 @@ functions supported by <productname>Postgres</productname>.
106106
</abstract>
107107

108108
&createdb;
109+
&createlang;
109110
&createuser;
110111
&destroydb;
112+
&destroylang;
111113
&destroyuser;
112114
&ecpgRef;
113115
&pgAccess;
114116
&pgAdmin;
115117
&pgDump;
116118
&pgDumpall;
117119
&psqlRef;
120+
&pgTclSh;
121+
&pgTkSh;
118122
&vacuumdb;
119123

120124
</chapter>

‎doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.10 1999/07/22 15:09:08 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.11 1999/08/06 13:50:30 thomas Exp $
33
Postgres documentation
44
-->
55

66
<refentry id="SQL-CREATETYPE">
77
<refmeta>
8-
<refentrytitle>
8+
<refentrytitle id="sql-createtype-title">
99
CREATE TYPE
1010
</refentrytitle>
1111
<refmiscinfo>SQL - Language Statements</refmiscinfo>

‎doc/src/sgml/ref/createdb.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.5 1999/07/22 15:09:09 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.6 1999/08/06 13:50:30 thomas Exp $
33
Postgres documentation
44
-->
55

6-
<refentry id="APP-CREATEDB">
6+
<refentry id="APP-CREATEDB" xreflabel="createdb">
77
<refmeta>
88
<refentrytitle id="APP-CREATEDB-TITLE">
99
<application>createdb</application>
@@ -229,7 +229,8 @@ createdb: database creation failed on <replaceable class="parameter">dbname</rep
229229
<envar>PGREALM</envar>
230230
environment variables will be passed on to
231231
<application>psql</application>
232-
and processed as described in <xref endterm="app-psql-title" linkend="app-psql-title">.
232+
and processed as described in
233+
<xref linkend="app-psql-title" endterm="app-psql-title">.
233234
</para>
234235
</refsect1>
235236

‎doc/src/sgml/ref/createlang.sgml

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.1 1999/08/06 13:50:30 thomas Exp $
3+
Postgres documentation
4+
-->
5+
6+
<refentry id="APP-CREATELANG">
7+
<refmeta>
8+
<refentrytitle id="APP-CREATELANG-TITLE">
9+
<application>createlang</application>
10+
</refentrytitle>
11+
<refmiscinfo>Application</refmiscinfo>
12+
</refmeta>
13+
<refnamediv>
14+
<refname id="createlang">
15+
<application>createlang</application>
16+
</refname>
17+
<refpurpose>
18+
Add a new programming language to a <productname>Postgres</productname> database
19+
</refpurpose>
20+
</refnamediv>
21+
<refsynopsisdiv>
22+
<refsynopsisdivinfo>
23+
<date>1999-08-05</date>
24+
</refsynopsisdivinfo>
25+
<synopsis>
26+
createlang [ <replaceable class="parameter">langname</replaceable> ]
27+
createlang [ -h <replaceable class="parameter">host</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ]
28+
[ <replaceable class="parameter">langname</replaceable> ]
29+
</synopsis>
30+
31+
<refsect2 id="R2-APP-CREATELANG-1">
32+
<title>
33+
Inputs
34+
</title>
35+
<para>
36+
<application>createlang</application> accepts the following command line arguments:
37+
38+
<variablelist>
39+
<varlistentry>
40+
<term><replaceable class="parameter">langname</replaceable></term>
41+
<listitem>
42+
<para>
43+
Specifies the name of the backend programming language to be defined.
44+
<application>createlang</application> will prompt for
45+
<replaceable class="parameter">langname</replaceable>
46+
if it is not specified on the command line.
47+
</para>
48+
</listitem>
49+
</varlistentry>
50+
</variablelist>
51+
</para>
52+
53+
<para>
54+
<application>createlang</application> also accepts
55+
the following command line arguments for connection parameters:
56+
57+
<variablelist>
58+
<varlistentry>
59+
<term>-h <replaceable class="parameter">host</replaceable></term>
60+
<listitem>
61+
<para>
62+
Specifies the hostname of the machine on which the
63+
<application>postmaster</application>
64+
is running. Defaults to using a local Unix domain socket
65+
rather than an IP connection.
66+
</para>
67+
</listitem>
68+
</varlistentry>
69+
70+
<varlistentry>
71+
<term>-p <replaceable class="parameter">port</replaceable></term>
72+
<listitem>
73+
<para>
74+
Specifies the Internet TCP/IP port or local Unix domain socket file
75+
extension on which the <application>postmaster</application>
76+
is listening for connections. The port number defaults to 5432,
77+
or the value of the <envar>PGPORT</envar>
78+
environment variable (if set).
79+
</para>
80+
</listitem>
81+
</varlistentry>
82+
<!--
83+
<varlistentry>
84+
<term>-u</term>
85+
<listitem>
86+
<para>
87+
Use password authentication.
88+
Prompts for
89+
<replaceable class="parameter">username</replaceable>
90+
and <replaceable class="parameter">password</replaceable>.
91+
</para>
92+
</listitem>
93+
</varlistentry>
94+
-->
95+
</variablelist>
96+
</para>
97+
</refsect2>
98+
99+
<refsect2 id="R2-APP-CREATELANG-2">
100+
<refsect2info>
101+
<date>1998-10-04</date>
102+
</refsect2info>
103+
<title>
104+
Outputs
105+
</title>
106+
<para>
107+
<application>createlang</application> installs a new programming
108+
language into a <productname>Postgres</productname> server,
109+
so has not explicit external output.
110+
</para>
111+
</refsect2>
112+
</refsynopsisdiv>
113+
114+
<refsect1 id="R1-APP-CREATELANG-1">
115+
<refsect1info>
116+
<date>1998-10-04</date>
117+
</refsect1info>
118+
<title>
119+
Description
120+
</title>
121+
122+
<para>
123+
<application>createlang</application> is a utility for adding a new
124+
programming language to a
125+
<productname>Postgres</productname> database.
126+
<application>createlang</application> currently accepts two
127+
languages, <literal>plsql</literal> and <literal>pltcl</literal>.
128+
</para>
129+
</refsect1>
130+
131+
<refsect1 id="R1-APP-CREATELANG-2">
132+
<title>
133+
Notes
134+
</title>
135+
136+
<para>
137+
See
138+
<xref linkend="sql-createlanguage" endterm="sql-createlanguage-title">
139+
for more details.
140+
</para>
141+
</refsect1>
142+
143+
<refsect1 id="R1-APP-CREATELANG-3">
144+
<title>
145+
Usage
146+
</title>
147+
<para>
148+
To install <literal>pltcl</literal>:
149+
150+
<programlisting>
151+
% createlang pltcl
152+
</programlisting>
153+
</para>
154+
</refsect1>
155+
</refentry>
156+
157+
<!-- Keep this comment at the end of the file
158+
Local variables:
159+
mode: sgml
160+
sgml-omittag:nil
161+
sgml-shorttag:t
162+
sgml-minimize-attributes:nil
163+
sgml-always-quote-attributes:t
164+
sgml-indent-step:1
165+
sgml-indent-data:t
166+
sgml-parent-document:nil
167+
sgml-default-dtd-file:"../reference.ced"
168+
sgml-exposed-tags:nil
169+
sgml-local-catalogs:"/usr/lib/sgml/catalog"
170+
sgml-local-ecat-files:nil
171+
End:
172+
-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp