mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Replace "--" and "---" with "—" as appropriate, for better-looking
output.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.33 2004/08/21 15:45:46 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.34 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -159,7 +159,7 @@ CREATE TABLE <replaceable class="parameter">newtable</replaceable> AS
|
||||
to rename <replaceable class="parameter">newtable</replaceable> to the old name, and
|
||||
recreate the table's indexes. However, this approach does not preserve
|
||||
OIDs, constraints, foreign key relationships, granted privileges, and
|
||||
other ancillary properties of the table --- all such items must be
|
||||
other ancillary properties of the table — all such items must be
|
||||
manually recreated.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.57 2004/04/21 00:34:18 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.58 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -538,7 +538,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
|
||||
<term>Signature</term>
|
||||
<listitem>
|
||||
<para>
|
||||
11-byte sequence <literal>PGCOPY\n\377\r\n\0</> --- note that the zero byte
|
||||
11-byte sequence <literal>PGCOPY\n\377\r\n\0</> — note that the zero byte
|
||||
is a required part of the signature. (The signature is designed to allow
|
||||
easy identification of files that have been munged by a non-8-bit-clean
|
||||
transfer. This signature will be changed by end-of-line-translation
|
||||
@@ -638,7 +638,7 @@ distribution).
|
||||
<para>
|
||||
If OIDs are included in the file, the OID field immediately follows the
|
||||
field-count word. It is a normal field except that it's not included
|
||||
in the field-count. In particular it has a length word --- this will allow
|
||||
in the field-count. In particular it has a length word — this will allow
|
||||
handling of 4-byte vs. 8-byte OIDs without too much pain, and will allow
|
||||
OIDs to be shown as null if that ever proves desirable.
|
||||
</para>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.31 2004/06/17 12:41:02 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.32 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -78,7 +78,7 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
|
||||
specifies whether data is to be retrieved in text or binary format.
|
||||
This choice overrides the way that the cursor is defined. The concept
|
||||
of a binary cursor as such is thus obsolete when using extended query
|
||||
protocol --- any cursor can be treated as either text or binary.
|
||||
protocol — any cursor can be treated as either text or binary.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/lock.sgml,v 1.43 2004/10/01 16:39:47 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/lock.sgml,v 1.44 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -71,7 +71,7 @@ where <replaceable class="PARAMETER">lockmode</replaceable> is one of:
|
||||
TABLE</> statement before executing any data modification
|
||||
statement. A serializable transaction's view of data will be
|
||||
frozen when its first data modification statement begins. A later
|
||||
<command>LOCK TABLE</> will still prevent concurrent writes --- but it
|
||||
<command>LOCK TABLE</> will still prevent concurrent writes — but it
|
||||
won't ensure that what the transaction reads corresponds to the
|
||||
latest committed values.
|
||||
</para>
|
||||
@@ -85,7 +85,7 @@ where <replaceable class="PARAMETER">lockmode</replaceable> is one of:
|
||||
mode, and then be unable to also acquire <literal>ROW EXCLUSIVE</>
|
||||
mode to actually perform their updates. (Note that a transaction's
|
||||
own locks never conflict, so a transaction can acquire <literal>ROW
|
||||
EXCLUSIVE</> mode when it holds <literal>SHARE</> mode --- but not
|
||||
EXCLUSIVE</> mode when it holds <literal>SHARE</> mode — but not
|
||||
if anyone else holds <literal>SHARE</> mode.) To avoid deadlocks,
|
||||
make sure all transactions acquire locks on the same objects in the
|
||||
same order, and if multiple lock modes are involved for a single
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.44 2004/10/08 01:36:32 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.45 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -393,7 +393,7 @@ PostgreSQL documentation
|
||||
<literal>SIGQUIT</literal> to terminate without the normal cleanup.
|
||||
These signals <emphasis>should not</emphasis> be used by users. It is also
|
||||
unwise to send <literal>SIGKILL</literal> to a <command>postgres</command>
|
||||
process --- the <command>postmaster</command> will interpret this as
|
||||
process — the <command>postmaster</command> will interpret this as
|
||||
a crash in <command>postgres</command>, and will force all the sibling
|
||||
<command>postgres</command> processes to quit as part of its standard
|
||||
crash-recovery procedure.
|
||||
|
||||
Reference in New Issue
Block a user