]> granicus.if.org Git - postgresql/commitdiff
spell cleanups
authorBruce Momjian <bruce@momjian.us>
Sat, 22 Jul 2000 04:30:27 +0000 (04:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 22 Jul 2000 04:30:27 +0000 (04:30 +0000)
doc/src/FAQ/FAQ.html
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/cluster.sgml
doc/src/sgml/ref/create_constraint.sgml
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/drop_type.sgml
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/lock.sgml
doc/src/sgml/ref/pgctl-ref.sgml
doc/src/sgml/ref/select.sgml

index 47702cdfb04520d0c0611852398d2483b3ae2a2e..753444d0784d4c5dff8e6ecbeb94a1ade2755119 100644 (file)
@@ -115,7 +115,7 @@ evaluating my query?<BR>
 <A HREF="#4.12">4.12</A>) What is Genetic Query Optimization?<BR>
 
 <A HREF="#4.13">4.13</A>) How do I do regular expression searches
-and case-insensitive regexp searching?<BR>
+and case-insensitive regular expression searching?<BR>
 <A HREF="#4.14">4.14</A>) In a query, how do I detect if a field
 is NULL?<BR>
 <A HREF="#4.15">4.15</A>) What is the difference between the
@@ -351,7 +351,7 @@ http://www.PostgreSQL.org/docs/postgres.</A>
 in the distribution.
 <P>
 
-There is a PostgreSQL book availiable at <A
+There is a PostgreSQL book available at <A
 HREF="http://www.PostgreSQL.org/docs/awbook.html">
 http://www.PostgreSQL.org/docs/awbook.html</A><P>
 
@@ -982,7 +982,7 @@ For further information see the documentation.
 
 
 <H4><A NAME="4.13">4.13</A>) How do I do regular expression searches and
-case-insensitive regexp searching?</H4><P>
+case-insensitive regular expression searching?</H4><P>
 
 The <I>~</I> operator does regular-expression matching, and <I>~*</I>
 does case-insensitive regular-expression matching. There is no
index 922633a74abd35bf77b7034c4b1cac070f2bbf3a..8579b4f09a1f4ff75ef5995bc027888dfc9c398c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.12 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_user.sgml,v 1.13 2000/07/22 04:30:26 momjian Exp $
 Postgres documentation
 -->
 
@@ -167,7 +167,7 @@ ALTER USER manuel VALID UNTIL 'Jan 31 2030';
 </programlisting>
 
    Change a user's valid until date, specifying that his
-   authorisation should expire at midday on 4th May 1998 using
+   authorization should expire at midday on 4th May 1998 using
    the time zone which is one hour ahead of UTC:
 <programlisting>
 ALTER USER chris VALID UNTIL 'May 4 12:00:00 1998 +1';
index 3d7145c2dbf10eae6ef42bac2b010965718f2c4f..9852f39f3a5dc338cab28bf878d68312b990e85b 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.8 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.9 2000/07/22 04:30:26 momjian Exp $
 Postgres documentation
 -->
 
@@ -129,7 +129,7 @@ ERROR: Relation <replaceable class="PARAMETER">table</replaceable> does not exis
    In other words, as the class is updated, the changes are
    not clustered. No attempt is made to keep new instances or
    updated tuples clustered.  If one wishes, one can
-   recluster manually by issuing the command again.
+   re-cluster manually by issuing the command again.
   </para>
 
   <refsect2 id="R2-SQL-CLUSTER-3">
index 474b848a91bcd34516c1f79a0ca4c0a7793e98a3..c8759c8f1845d04a096b71f65b49ac0b4bdea81e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.1 2000/04/14 15:17:28 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.2 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -76,7 +76,7 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable>
       <term><replaceable class="PARAMETER">attributes</replaceable></term>
       <listitem>
        <para>
-       Contraint attributes.
+       Constraint attributes.
        </para>
       </listitem>
      </varlistentry>
index e75d86cd2e0ff48c4a5c8dc81c63805908540353..f46e9796eecff0b9345108f047687046a75ee186 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.14 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.15 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -301,7 +301,7 @@ CREATE FUNCTION point(complex) RETURNS point
     LANGUAGE 'c';
   </programlisting>
   <para>
-  The C decalaration of the function is:
+  The C declaration of the function is:
   </para>
   <programlisting>
 Point * complex_to_point (Complex *z)
index 7dc04b0aaf4d107a514866358e78d6d897524599..41037655c6d47b2c21bec4a39b5b274bab2a6483 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.32 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.33 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -1351,7 +1351,7 @@ ERROR:  <replaceable class="parameter">name</replaceable> referential integrity
      Define a UNIQUE table constraint for the table distributors:
      <programlisting>
 CREATE TABLE distributors (
-    did      DECIMAL(03),
+    did      DECIMAL(3),
     name     VARCHAR(40),
     UNIQUE(name)
 );
@@ -1737,7 +1737,7 @@ CREATE TABLE films (
 
    <programlisting>
 CREATE TABLE distributors (
-     did      DECIMAL(03) PRIMARY KEY DEFAULT NEXTVAL('serial'),
+     did      DECIMAL(3) PRIMARY KEY DEFAULT NEXTVAL('serial'),
      name     VARCHAR(40) NOT NULL CHECK (name &lt;&gt; '')
 );
    </programlisting>
@@ -1762,7 +1762,7 @@ CREATE TABLE distributors (
 CREATE TABLE films (
     code      CHAR(5),
     title     VARCHAR(40),
-    did       DECIMAL(03),
+    did       DECIMAL(3),
     date_prod DATE,
     kind      CHAR(10),
     len       INTERVAL HOUR TO MINUTE,
@@ -1801,9 +1801,9 @@ CREATE TABLE distributors (
 
    <programlisting>
 CREATE TABLE films (
-    code      CHAR(05),
+    code      CHAR(5),
     title     VARCHAR(40),
-    did       DECIMAL(03),
+    did       DECIMAL(3),
     date_prod DATE,
     kind      CHAR(10),
     len       INTERVAL HOUR TO MINUTE,
@@ -1819,7 +1819,7 @@ CREATE TABLE films (
 
    <programlisting>
 CREATE TABLE distributors (
-    did      DECIMAL(03),
+    did      DECIMAL(3),
     name     CHAR VARYING(40),
     PRIMARY KEY(did)
 ); 
@@ -1827,7 +1827,7 @@ CREATE TABLE distributors (
 
    <programlisting>
 CREATE TABLE distributors (
-    did      DECIMAL(03) PRIMARY KEY,
+    did      DECIMAL(3) PRIMARY KEY,
     name     VARCHAR(40)
 );
    </programlisting>
@@ -1881,7 +1881,7 @@ CREATE GLOBAL TEMPORARY TABLE <replaceable class="parameter">table</replaceable>
 
     <programlisting>
 CREATE TEMPORARY TABLE actors (
-    id         DECIMAL(03),
+    id         DECIMAL(3),
     name       VARCHAR(40),
     CONSTRAINT actor_id CHECK (id &lt; 150)
 ) ON COMMIT DELETE ROWS;
index 35e1d1d391bd252a0694180e5fbdf06634ccf5bd..789d8b37989b64b9036959016b05d6ab0343e222 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.6 1999/07/22 15:09:11 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_type.sgml,v 1.7 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -109,7 +109,7 @@ ERROR:  RemoveType: type '<replaceable class="parameter">typename</replaceable>'
    </para>
    <para>
     Refer to <command>CREATE TYPE</command> for
-    inforamation on how to create types.
+    information on how to create types.
    </para>
    <para>
     It is the user's responsibility to remove any operators,
index 6c0edfd0745ba23a26fc109d71b5ccfc2e2bebc9..cb5c33fdcb7923f5e07d602f2b60807ad0de14fc 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.11 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.12 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -187,7 +187,7 @@ ERROR:  FETCH/RELATIVE at current position is not supported
        </computeroutput></term>
       <listitem>
        <para>
-       <acronym>SQL92</acronym> allows one to repetatively retrieve the cursor
+       <acronym>SQL92</acronym> allows one to repetitively retrieve the cursor
        at its "current position" using the syntax
        <synopsis>
 FETCH RELATIVE 0 FROM <replaceable class="PARAMETER">cursor</replaceable>
index f427eb133c3ff7484fea242a88dead38658bc948..07d415f8fb28dbf8c858a558af8a39902fa3c1cc 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/lock.sgml,v 1.20 2000/03/28 14:35:27 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/lock.sgml,v 1.21 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -284,7 +284,7 @@ ERROR <replaceable class="PARAMETER">name</replaceable>: Table does not exist.
 
   <para>
    For example, an application runs a transaction at READ COMMITTED isolation
-   level and needs to ensure the existance of data in a table for the
+   level and needs to ensure the existence of data in a table for the
    duration of the
    transaction. To achieve this you could use SHARE lock mode over the
    table before querying. This will protect data from concurrent changes 
index 88cb70056f602ea8d464e709e99b30273ae2518e..c85b5e31e15603d4f105188f55faca051f423034 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.5 2000/07/21 03:13:32 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgctl-ref.sgml,v 1.6 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -119,7 +119,7 @@ pg_ctl [-D <replaceable class="parameter">datadir</replaceable>] status
           <para>
            Immediate mode sends SIGUSR1
            to the backends and lets them abort. In this case, database recovery
-           will be neccessary on the next startup.
+           will be necessary on the next startup.
           </para>
          </listitem>
         </varlistentry>
index 9c0e1689104503bb61b8a1b57ad22205609a30aa..5ca738796edd3ac192c9e3523d37812403efa5bf 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.31 2000/07/21 18:51:24 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.32 2000/07/22 04:30:27 momjian Exp $
 Postgres documentation
 -->
 
@@ -306,7 +306,7 @@ WHERE <replaceable class="PARAMETER">boolean_expr</replaceable>
     
     <replaceable class="PARAMETER">boolean_expr</replaceable>
     can consist of any expression which evaluates to a boolean value.
-    In many cases, this expression will be
+    In many cases, this expression will be:
 
     <synopsis>
      <replaceable class="PARAMETER">expr</replaceable> <replaceable class="PARAMETER">cond_op</replaceable> <replaceable class="PARAMETER">expr</replaceable>