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
2019e24d
Commit
2019e24d
authored
Jul 22, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spell cleanups
parent
4140085a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
19 deletions
+19
-19
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+2
-2
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postgres-ref.sgml
+2
-2
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+9
-9
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/reindex.sgml
+6
-6
No files found.
doc/src/sgml/ref/pg_dump.sgml
View file @
2019e24d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.1
8 2000/07/21 00:24:37
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.1
9 2000/07/22 04:45:09
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -367,7 +367,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
...
@@ -367,7 +367,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
<para>
<para>
When doing a data only dump, <application>pg_dump</application> emits queries
When doing a data only dump, <application>pg_dump</application> emits queries
to disable triggers on user tables before inserting the data and queries to
to disable triggers on user tables before inserting the data and queries to
reenable them after the data has been inserted. If the restore is stopped
re
-
enable them after the data has been inserted. If the restore is stopped
in the middle, the system catalogs may be left in the wrong state.
in the middle, the system catalogs may be left in the wrong state.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/ref/postgres-ref.sgml
View file @
2019e24d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.1
2 2000/07/21 17:58:4
9 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.1
3 2000/07/22 04:45:0
9 momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -65,7 +65,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -
...
@@ -65,7 +65,7 @@ postgres [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -C ] [ -
is the number of shared-memory buffers that the
is the number of shared-memory buffers that the
<application>postmaster</application>
<application>postmaster</application>
has allocated for the backend server processes that it starts. If the
has allocated for the backend server processes that it starts. If the
backend is running standalone, this specifies the number of buffers to
backend is running stand
-
alone, this specifies the number of buffers to
allocate. This value defaults to 64 buffers, where each buffer is 8k bytes
allocate. This value defaults to 64 buffers, where each buffer is 8k bytes
(or whatever BLCKSZ is set to in config.h).
(or whatever BLCKSZ is set to in config.h).
</para>
</para>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
2019e24d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.3
4 2000/07/21 17:58:4
9 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.3
5 2000/07/22 04:45:0
9 momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -1645,7 +1645,7 @@ bar
...
@@ -1645,7 +1645,7 @@ bar
<term><envar>DBNAME</envar></term>
<term><envar>DBNAME</envar></term>
<listitem>
<listitem>
<para>
<para>
The name of the database you are currently connected to. This is set everytime
The name of the database you are currently connected to. This is set every
time
you connect to a database (including program startup), but can be unset.
you connect to a database (including program startup), but can be unset.
</para>
</para>
</listitem>
</listitem>
...
@@ -1727,7 +1727,7 @@ bar
...
@@ -1727,7 +1727,7 @@ bar
<term><envar>HOST</envar></term>
<term><envar>HOST</envar></term>
<listitem>
<listitem>
<para>
<para>
The database server host you are currently connected to. This is set everytime
The database server host you are currently connected to. This is set every
time
you connect to a database (including program startup), but can be unset.
you connect to a database (including program startup), but can be unset.
</para>
</para>
</listitem>
</listitem>
...
@@ -1755,7 +1755,7 @@ bar
...
@@ -1755,7 +1755,7 @@ bar
<listitem>
<listitem>
<para>
<para>
The value of the last affected oid, as returned from an <command>INSERT</command>
The value of the last affected oid, as returned from an <command>INSERT</command>
or <command>lo_insert</command> comm
m
and. This variable is only guaranteed to be
or <command>lo_insert</command> command. This variable is only guaranteed to be
valid until after the result of the next <acronym>SQL</acronym> command has been
valid until after the result of the next <acronym>SQL</acronym> command has been
displayed.
displayed.
</para>
</para>
...
@@ -1799,7 +1799,7 @@ bar
...
@@ -1799,7 +1799,7 @@ bar
<para>
<para>
By default, if non-interactive scripts encounter an error, such as a
By default, if non-interactive scripts encounter an error, such as a
malformed <acronym>SQL</acronym> query or internal meta-command,
malformed <acronym>SQL</acronym> query or internal meta-command,
processing continues. This has been the traditional behavio
u
r of
processing continues. This has been the traditional behavior of
<application>psql</application> but it is sometimes not desirable. If this variable
<application>psql</application> but it is sometimes not desirable. If this variable
is set, script processing will immediately terminate. If the script was
is set, script processing will immediately terminate. If the script was
called from another script it will terminate in the same fashion.
called from another script it will terminate in the same fashion.
...
@@ -2023,7 +2023,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp
...
@@ -2023,7 +2023,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp
If <replaceable class="parameter">digits</replaceable> starts with
If <replaceable class="parameter">digits</replaceable> starts with
<literal>0x</literal> the rest of the characters are interpreted at a
<literal>0x</literal> the rest of the characters are interpreted at a
hexadecimal digit and the character with the corresponding code is
hexadecimal digit and the character with the corresponding code is
subsituted. If the first digit is <literal>0</literal> the characters are
subs
t
ituted. If the first digit is <literal>0</literal> the characters are
interpreted as on octal number and the corresponding character is
interpreted as on octal number and the corresponding character is
substituted. Otherwise a decimal number is assumed.</para>
substituted. Otherwise a decimal number is assumed.</para>
</listitem>
</listitem>
...
@@ -2184,7 +2184,7 @@ peter@localhost testdb=> SELECT * FROM my_table;
...
@@ -2184,7 +2184,7 @@ peter@localhost testdb=> SELECT * FROM my_table;
(4 rows)
(4 rows)
</programlisting>
</programlisting>
Notice how the int4 colums in right aligned while the text column in left aligned.
Notice how the int4 colum
n
s in right aligned while the text column in left aligned.
You can make this table look differently by using the <command>\pset</command>
You can make this table look differently by using the <command>\pset</command>
command:
command:
<programlisting>
<programlisting>
...
@@ -2279,7 +2279,7 @@ Field separator is "oo".
...
@@ -2279,7 +2279,7 @@ Field separator is "oo".
<listitem>
<listitem>
<para>
<para>
<application>psql</application> only works smootly with servers of the
<application>psql</application> only works smoot
h
ly with servers of the
same version. That does not mean other combinations will fail outright,
same version. That does not mean other combinations will fail outright,
but subtle and not-so-subtle problems might come up.
but subtle and not-so-subtle problems might come up.
</para>
</para>
...
@@ -2288,7 +2288,7 @@ Field separator is "oo".
...
@@ -2288,7 +2288,7 @@ Field separator is "oo".
<listitem>
<listitem>
<para>
<para>
Pressing Control-C during a <quote>copy in</quote> (data sent to the
Pressing Control-C during a <quote>copy in</quote> (data sent to the
server) doesn't show the most ideal of behavio
u
rs. If you get a message
server) doesn't show the most ideal of behaviors. If you get a message
such as <quote>PQexec: you gotta get out of a COPY state yourself</quote>,
such as <quote>PQexec: you gotta get out of a COPY state yourself</quote>,
simply reset the connection by entering <literal>\c - -</literal>.
simply reset the connection by entering <literal>\c - -</literal>.
</para>
</para>
...
...
doc/src/sgml/ref/reindex.sgml
View file @
2019e24d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.
1 2000/03/31 08:16:33 inoue
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.
2 2000/07/22 04:45:10 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
REINDEX
REINDEX
</refname>
</refname>
<refpurpose>
<refpurpose>
Recover corrupted system indexes under standalone Postgres
Recover corrupted system indexes under stand
-
alone Postgres
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
@@ -40,7 +40,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
...
@@ -40,7 +40,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
<term>TABLE</term>
<term>TABLE</term>
<listitem>
<listitem>
<para>
<para>
Recreate all indexes of a specfied table.
Recreate all indexes of a spec
i
fied table.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -48,7 +48,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
...
@@ -48,7 +48,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
<term>DATABASE</term>
<term>DATABASE</term>
<listitem>
<listitem>
<para>
<para>
Recreate all system indexes of a specfied database.
Recreate all system indexes of a spec
i
fied database.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -56,7 +56,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
...
@@ -56,7 +56,7 @@ REINDEX { TABLE | DATABASE | INDEX } <replaceable class="PARAMETER">name</replac
<term>INDEX</term>
<term>INDEX</term>
<listitem>
<listitem>
<para>
<para>
Recreate a specfied index.
Recreate a spec
i
fied index.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -116,7 +116,7 @@ REINDEX
...
@@ -116,7 +116,7 @@ REINDEX
<para>
<para>
<command>REINDEX</command> is used to recover corrupted system indexes.
<command>REINDEX</command> is used to recover corrupted system indexes.
In order to run REINDEX command,Postmaster must be shutdown and
In order to run REINDEX command,Postmaster must be shutdown and
standalone Postgres should be started instead with options -O and
stand
-
alone Postgres should be started instead with options -O and
-P(an option to ignore system indexes). Note that we couldn't rely
-P(an option to ignore system indexes). Note that we couldn't rely
on system indexes for the recovery of system indexes.
on system indexes for the recovery of system indexes.
</para>
</para>
...
...
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