Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d56d246e
Commit
d56d246e
authored
Feb 01, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly capitalize hyphenated words in documentation titles.
parent
7106f74e
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
36 additions
and
36 deletions
+36
-36
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+1
-1
doc/src/sgml/biblio.sgml
doc/src/sgml/biblio.sgml
+1
-1
doc/src/sgml/client-auth.sgml
doc/src/sgml/client-auth.sgml
+1
-1
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
doc/src/sgml/dfunc.sgml
doc/src/sgml/dfunc.sgml
+1
-1
doc/src/sgml/earthdistance.sgml
doc/src/sgml/earthdistance.sgml
+4
-4
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+2
-2
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+3
-3
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+2
-2
doc/src/sgml/lobj.sgml
doc/src/sgml/lobj.sgml
+1
-1
doc/src/sgml/mvcc.sgml
doc/src/sgml/mvcc.sgml
+2
-2
doc/src/sgml/nls.sgml
doc/src/sgml/nls.sgml
+1
-1
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+1
-1
doc/src/sgml/plpython.sgml
doc/src/sgml/plpython.sgml
+1
-1
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+1
-1
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+1
-1
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+1
-1
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+1
-1
doc/src/sgml/syntax.sgml
doc/src/sgml/syntax.sgml
+3
-3
doc/src/sgml/xaggr.sgml
doc/src/sgml/xaggr.sgml
+1
-1
doc/src/sgml/xfunc.sgml
doc/src/sgml/xfunc.sgml
+3
-3
doc/src/sgml/xoper.sgml
doc/src/sgml/xoper.sgml
+1
-1
doc/src/sgml/xtypes.sgml
doc/src/sgml/xtypes.sgml
+1
-1
No files found.
doc/src/sgml/backup.sgml
View file @
d56d246e
...
@@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
...
@@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
</sect1>
</sect1>
<sect1 id="continuous-archiving">
<sect1 id="continuous-archiving">
<title>Continuous Archiving and Point-
I
n-Time Recovery (PITR)</title>
<title>Continuous Archiving and Point-
i
n-Time Recovery (PITR)</title>
<indexterm zone="backup">
<indexterm zone="backup">
<primary>continuous archiving</primary>
<primary>continuous archiving</primary>
...
...
doc/src/sgml/biblio.sgml
View file @
d56d246e
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
</bibliodiv>
</bibliodiv>
<bibliodiv>
<bibliodiv>
<title>PostgreSQL-
S
pecific Documentation</title>
<title>PostgreSQL-
s
pecific Documentation</title>
<para>This section is for related documentation.</para>
<para>This section is for related documentation.</para>
<biblioentry id="SIM98">
<biblioentry id="SIM98">
...
...
doc/src/sgml/client-auth.sgml
View file @
d56d246e
...
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
...
@@ -1198,7 +1198,7 @@ omicron bryanh guest1
</sect2>
</sect2>
<sect2 id="auth-ident">
<sect2 id="auth-ident">
<title>Ident-
B
ased Authentication</title>
<title>Ident-
b
ased Authentication</title>
<indexterm>
<indexterm>
<primary>ident</primary>
<primary>ident</primary>
...
...
doc/src/sgml/config.sgml
View file @
d56d246e
...
@@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
</sect2>
</sect2>
<sect2 id="runtime-config-resource-vacuum-cost">
<sect2 id="runtime-config-resource-vacuum-cost">
<title>Cost-
B
ased Vacuum Delay</title>
<title>Cost-
b
ased Vacuum Delay</title>
<para>
<para>
During the execution of <xref linkend="sql-vacuum">
During the execution of <xref linkend="sql-vacuum">
...
@@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
...
@@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</sect1>
</sect1>
<sect1 id="runtime-config-statistics">
<sect1 id="runtime-config-statistics">
<title>Run-
T
ime Statistics</title>
<title>Run-
t
ime Statistics</title>
<sect2 id="runtime-config-statistics-collector">
<sect2 id="runtime-config-statistics-collector">
<title>Query and Index Statistics Collector</title>
<title>Query and Index Statistics Collector</title>
...
...
doc/src/sgml/dfunc.sgml
View file @
d56d246e
<!-- doc/src/sgml/dfunc.sgml -->
<!-- doc/src/sgml/dfunc.sgml -->
<sect2 id="dfunc">
<sect2 id="dfunc">
<title>Compiling and Linking Dynamically-
L
oaded Functions</title>
<title>Compiling and Linking Dynamically-
l
oaded Functions</title>
<para>
<para>
Before you are able to use your
Before you are able to use your
...
...
doc/src/sgml/earthdistance.sgml
View file @
d56d246e
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</para>
</para>
<sect2>
<sect2>
<title>Cube-
B
ased Earth Distances</title>
<title>Cube-
b
ased Earth Distances</title>
<para>
<para>
Data is stored in cubes that are points (both corners are the same) using 3
Data is stored in cubes that are points (both corners are the same) using 3
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
</para>
</para>
<table id="earthdistance-cube-functions">
<table id="earthdistance-cube-functions">
<title>Cube-
B
ased Earthdistance Functions</title>
<title>Cube-
b
ased Earthdistance Functions</title>
<tgroup cols="3">
<tgroup cols="3">
<thead>
<thead>
<row>
<row>
...
@@ -136,7 +136,7 @@
...
@@ -136,7 +136,7 @@
</sect2>
</sect2>
<sect2>
<sect2>
<title>Point-
B
ased Earth Distances</title>
<title>Point-
b
ased Earth Distances</title>
<para>
<para>
The second part of the module relies on representing Earth locations as
The second part of the module relies on representing Earth locations as
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
</para>
</para>
<table id="earthdistance-point-operators">
<table id="earthdistance-point-operators">
<title>Point-
B
ased Earthdistance Operators</title>
<title>Point-
b
ased Earthdistance Operators</title>
<tgroup cols="3">
<tgroup cols="3">
<thead>
<thead>
<row>
<row>
...
...
doc/src/sgml/ecpg.sgml
View file @
d56d246e
...
@@ -1624,7 +1624,7 @@ while (1)
...
@@ -1624,7 +1624,7 @@ while (1)
</sect3>
</sect3>
<sect3>
<sect3>
<title>User-
D
efined Base Types</title>
<title>User-
d
efined Base Types</title>
<para>
<para>
New user-defined base types are not directly supported by ECPG.
New user-defined base types are not directly supported by ECPG.
...
@@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
...
@@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
</sect2>
</sect2>
<sect2 id="ecpg-informix-sqlda">
<sect2 id="ecpg-informix-sqlda">
<title>Informix-
C
ompatible SQLDA Descriptor Areas</title>
<title>Informix-
c
ompatible SQLDA Descriptor Areas</title>
<para>
<para>
Informix-compatible mode supports a different structure than the one described in
Informix-compatible mode supports a different structure than the one described in
<xref linkend="ecpg-sqlda-descriptors">. See below:
<xref linkend="ecpg-sqlda-descriptors">. See below:
...
...
doc/src/sgml/func.sgml
View file @
d56d246e
...
@@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
...
@@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</note>
</note>
<table
id=
"posix-character-entry-escapes-table"
>
<table
id=
"posix-character-entry-escapes-table"
>
<title>
Regular Expression Character-
E
ntry Escapes
</title>
<title>
Regular Expression Character-
e
ntry Escapes
</title>
<tgroup
cols=
"2"
>
<tgroup
cols=
"2"
>
<thead>
<thead>
...
@@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
...
@@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</para>
</para>
<table
id=
"posix-class-shorthand-escapes-table"
>
<table
id=
"posix-class-shorthand-escapes-table"
>
<title>
Regular Expression Class-
S
horthand Escapes
</title>
<title>
Regular Expression Class-
s
horthand Escapes
</title>
<tgroup
cols=
"2"
>
<tgroup
cols=
"2"
>
<thead>
<thead>
...
@@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
...
@@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
</para>
</para>
<table
id=
"posix-embedded-options-table"
>
<table
id=
"posix-embedded-options-table"
>
<title>
ARE Embedded-
O
ption Letters
</title>
<title>
ARE Embedded-
o
ption Letters
</title>
<tgroup
cols=
"2"
>
<tgroup
cols=
"2"
>
<thead>
<thead>
...
...
doc/src/sgml/installation.sgml
View file @
d56d246e
...
@@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
...
@@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
</
para
>
</
para
>
<
formalpara
>
<
formalpara
>
<
title
>
Client
-
O
nly
installation
:</
title
>
<
title
>
Client
-
o
nly
installation
:</
title
>
<
para
>
<
para
>
If
you
want
to
install
only
the
client
applications
and
If
you
want
to
install
only
the
client
applications
and
interface
libraries
,
then
you
can
use
these
commands
:
interface
libraries
,
then
you
can
use
these
commands
:
...
@@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
...
@@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
</sect1>
</sect1>
<sect1 id="installation-platform-notes">
<sect1 id="installation-platform-notes">
<title>Platform-
S
pecific Notes</title>
<title>Platform-
s
pecific Notes</title>
<para>
<para>
This section documents additional platform-specific issues
This section documents additional platform-specific issues
...
...
doc/src/sgml/lobj.sgml
View file @
d56d246e
...
@@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
...
@@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
</sect1>
</sect1>
<sect1 id="lo-funcs">
<sect1 id="lo-funcs">
<title>Server-
S
ide Functions</title>
<title>Server-
s
ide Functions</title>
<para>
<para>
There are server-side functions callable from SQL that correspond to
There are server-side functions callable from SQL that correspond to
...
...
doc/src/sgml/mvcc.sgml
View file @
d56d246e
...
@@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
...
@@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
</para>
</para>
<sect2 id="locking-tables">
<sect2 id="locking-tables">
<title>Table-
L
evel Locks</title>
<title>Table-
l
evel Locks</title>
<indexterm zone="locking-tables">
<indexterm zone="locking-tables">
<primary>LOCK</primary>
<primary>LOCK</primary>
...
@@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
...
@@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
</sect2>
</sect2>
<sect2 id="locking-rows">
<sect2 id="locking-rows">
<title>Row-
L
evel Locks</title>
<title>Row-
l
evel Locks</title>
<para>
<para>
In addition to table-level locks, there are row-level locks, which
In addition to table-level locks, there are row-level locks, which
...
...
doc/src/sgml/nls.sgml
View file @
d56d246e
...
@@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl);
...
@@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl);
</sect2>
</sect2>
<sect2 id="nls-guidelines">
<sect2 id="nls-guidelines">
<title>Message-
W
riting Guidelines</title>
<title>Message-
w
riting Guidelines</title>
<para>
<para>
Here are some guidelines for writing messages that are easily
Here are some guidelines for writing messages that are easily
...
...
doc/src/sgml/plpgsql.sgml
View file @
d56d246e
...
@@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query);
...
@@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query);
</sect2>
</sect2>
<sect2 id="plpgsql-statements-sql-onerow">
<sect2 id="plpgsql-statements-sql-onerow">
<title>Executing a Query with a Single-
R
ow Result</title>
<title>Executing a Query with a Single-
r
ow Result</title>
<indexterm zone="plpgsql-statements-sql-onerow">
<indexterm zone="plpgsql-statements-sql-onerow">
<primary>SELECT INTO</primary>
<primary>SELECT INTO</primary>
...
...
doc/src/sgml/plpython.sgml
View file @
d56d246e
...
@@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
...
@@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
</sect2>
</sect2>
<sect2>
<sect2>
<title>Set-
R
eturning Functions</title>
<title>Set-
r
eturning Functions</title>
<para>
<para>
A <application>PL/Python</application> function can also return sets of
A <application>PL/Python</application> function can also return sets of
scalar or composite types. There are several ways to achieve this because
scalar or composite types. There are several ways to achieve this because
...
...
doc/src/sgml/protocol.sgml
View file @
d56d246e
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
</para>
</para>
<sect2>
<sect2>
<title>Start-
U
p</title>
<title>Start-
u
p</title>
<para>
<para>
To begin a session, a frontend opens a connection to the server and sends
To begin a session, a frontend opens a connection to the server and sends
...
...
doc/src/sgml/ref/create_table.sgml
View file @
d56d246e
...
@@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
...
@@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
</refsect2>
</refsect2>
<refsect2>
<refsect2>
<title>Zero-
C
olumn Tables</title>
<title>Zero-
c
olumn Tables</title>
<para>
<para>
<productname>PostgreSQL</productname> allows a table of no columns
<productname>PostgreSQL</productname> allows a table of no columns
...
...
doc/src/sgml/release-9.1.sgml
View file @
d56d246e
...
@@ -408,7 +408,7 @@
...
@@ -408,7 +408,7 @@
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
<sect3>
<sect3>
<title>Built-
I
n Functions</title>
<title>Built-
i
n Functions</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
...
...
doc/src/sgml/runtime.sgml
View file @
d56d246e
...
@@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
...
@@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
</sect2>
</sect2>
<sect2 id="ssl-certificate-creation">
<sect2 id="ssl-certificate-creation">
<title>Creating a Self-
S
igned Certificate</title>
<title>Creating a Self-
s
igned Certificate</title>
<para>
<para>
To create a quick self-signed certificate for the server, use the
To create a quick self-signed certificate for the server, use the
...
...
doc/src/sgml/syntax.sgml
View file @
d56d246e
...
@@ -330,7 +330,7 @@ SELECT 'foo' 'bar';
...
@@ -330,7 +330,7 @@ SELECT 'foo' 'bar';
</sect3>
</sect3>
<sect3 id="sql-syntax-strings-escape">
<sect3 id="sql-syntax-strings-escape">
<title>String Constants with C-
S
tyle Escapes</title>
<title>String Constants with C-
s
tyle Escapes</title>
<indexterm zone="sql-syntax-strings-escape">
<indexterm zone="sql-syntax-strings-escape">
<primary>escape string syntax</primary>
<primary>escape string syntax</primary>
...
@@ -551,7 +551,7 @@ U&'d!0061t!+000061' UESCAPE '!'
...
@@ -551,7 +551,7 @@ U&'d!0061t!+000061' UESCAPE '!'
</sect3>
</sect3>
<sect3 id="sql-syntax-dollar-quoting">
<sect3 id="sql-syntax-dollar-quoting">
<title>Dollar-
Q
uoted String Constants</title>
<title>Dollar-
q
uoted String Constants</title>
<indexterm>
<indexterm>
<primary>dollar quoting</primary>
<primary>dollar quoting</primary>
...
@@ -631,7 +631,7 @@ $function$
...
@@ -631,7 +631,7 @@ $function$
</sect3>
</sect3>
<sect3 id="sql-syntax-bit-strings">
<sect3 id="sql-syntax-bit-strings">
<title>Bit-
S
tring Constants</title>
<title>Bit-
s
tring Constants</title>
<indexterm zone="sql-syntax-bit-strings">
<indexterm zone="sql-syntax-bit-strings">
<primary>bit string</primary>
<primary>bit string</primary>
...
...
doc/src/sgml/xaggr.sgml
View file @
d56d246e
<!-- doc/src/sgml/xaggr.sgml -->
<!-- doc/src/sgml/xaggr.sgml -->
<sect1 id="xaggr">
<sect1 id="xaggr">
<title>User-
D
efined Aggregates</title>
<title>User-
d
efined Aggregates</title>
<indexterm zone="xaggr">
<indexterm zone="xaggr">
<primary>aggregate function</primary>
<primary>aggregate function</primary>
...
...
doc/src/sgml/xfunc.sgml
View file @
d56d246e
<!-- doc/src/sgml/xfunc.sgml -->
<!-- doc/src/sgml/xfunc.sgml -->
<sect1 id="xfunc">
<sect1 id="xfunc">
<title>User-
D
efined Functions</title>
<title>User-
d
efined Functions</title>
<indexterm zone="xfunc">
<indexterm zone="xfunc">
<primary>function</primary>
<primary>function</primary>
...
@@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
...
@@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
</para>
</para>
<table tocentry="1" id="xfunc-c-type-table">
<table tocentry="1" id="xfunc-c-type-table">
<title>Equivalent C Types for Built-
I
n SQL Types</title>
<title>Equivalent C Types for Built-
i
n SQL Types</title>
<tgroup cols="3">
<tgroup cols="3">
<thead>
<thead>
<row>
<row>
...
@@ -2660,7 +2660,7 @@ include $(PGXS)
...
@@ -2660,7 +2660,7 @@ include $(PGXS)
<sect2>
<sect2>
<title>Composite-
T
ype Arguments</title>
<title>Composite-
t
ype Arguments</title>
<para>
<para>
Composite types do not have a fixed layout like C structures.
Composite types do not have a fixed layout like C structures.
...
...
doc/src/sgml/xoper.sgml
View file @
d56d246e
<!-- doc/src/sgml/xoper.sgml -->
<!-- doc/src/sgml/xoper.sgml -->
<sect1 id="xoper">
<sect1 id="xoper">
<title>User-
D
efined Operators</title>
<title>User-
d
efined Operators</title>
<indexterm zone="xoper">
<indexterm zone="xoper">
<primary>operator</primary>
<primary>operator</primary>
...
...
doc/src/sgml/xtypes.sgml
View file @
d56d246e
<!-- doc/src/sgml/xtypes.sgml -->
<!-- doc/src/sgml/xtypes.sgml -->
<sect1 id="xtypes">
<sect1 id="xtypes">
<title>User-
D
efined Types</title>
<title>User-
d
efined Types</title>
<indexterm zone="xtypes">
<indexterm zone="xtypes">
<primary>data type</primary>
<primary>data type</primary>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment