Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 091b262

Browse files
committed
Update or remove mentions of versions where appropriate.
1 parent a8fe109 commit 091b262

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.13 2001/05/27 09:59:28 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.14 2001/06/10 03:46:31 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -150,7 +150,7 @@ CREATE
150150
Only the relation owner may create a trigger on this relation.
151151
</para>
152152
<para>
153-
As of the current release (v7.0), STATEMENT triggers are not implemented.
153+
As of the current release, STATEMENT triggers are not implemented.
154154
</para>
155155
<para>
156156
Refer to <command>DROP TRIGGER</command> for information on how to

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.55 2001/05/28 04:27:17 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.56 2001/06/10 03:46:31 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -1051,7 +1051,7 @@ lo_import 152801
10511051

10521052
<note>
10531053
<para>
1054-
As of <application>psql</application> version 7.0 it is no longer
1054+
In the current version, it is no longer
10551055
necessary to save the command history, since that will be done
10561056
automatically on program termination. The history is
10571057
also loaded automatically every time <application>psql</application>
@@ -1579,7 +1579,7 @@ Access permissions for database "test"
15791579
</para>
15801580

15811581
<para>
1582-
As of version 7.0, <application>psql</application> automatically issues a
1582+
In the current version, <application>psql</application> automatically issues a
15831583
password prompt whenever the backend requests password authentication.
15841584
Because this is currently based on a hack, the automatic
15851585
recognition might mysteriously fail, hence this option to force a prompt.

doc/src/sgml/ref/select.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.42 2001/05/30 04:32:30 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.43 2001/06/10 03:46:31 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -122,8 +122,8 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
122122
table is scanned. If ONLY is not specified, the table and all its
123123
descendant tables (if any) are scanned. * can be appended to the
124124
table name to indicate that descendant tables are to be scanned,
125-
but as of <Productname>Postgres</Productname> 7.1 this is the default
126-
behavior. (In releases before 7.1, ONLY was the default behavior.)
125+
but in the current version, this is the default behavior.
126+
(In releases before 7.1, ONLY was the default behavior.)
127127
</para>
128128
</listitem>
129129
</varlistentry>

0 commit comments

Comments
 (0)