File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -150,7 +150,7 @@ CREATE
150
150
Only the relation owner may create a trigger on this relation.
151
151
</para>
152
152
<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.
154
154
</para>
155
155
<para>
156
156
Refer to <command>DROP TRIGGER</command> for information on how to
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -1051,7 +1051,7 @@ lo_import 152801
1051
1051
1052
1052
<note>
1053
1053
<para>
1054
- As of <application>psql</application> version 7.0 it is no longer
1054
+ In the current version, it is no longer
1055
1055
necessary to save the command history, since that will be done
1056
1056
automatically on program termination. The history is
1057
1057
also loaded automatically every time <application>psql</application>
@@ -1579,7 +1579,7 @@ Access permissions for database "test"
1579
1579
</para>
1580
1580
1581
1581
<para>
1582
- As of version 7.0 , <application>psql</application> automatically issues a
1582
+ In the current version , <application>psql</application> automatically issues a
1583
1583
password prompt whenever the backend requests password authentication.
1584
1584
Because this is currently based on a hack, the automatic
1585
1585
recognition might mysteriously fail, hence this option to force a prompt.
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -122,8 +122,8 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
122
122
table is scanned. If ONLY is not specified, the table and all its
123
123
descendant tables (if any) are scanned. * can be appended to the
124
124
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.)
127
127
</para>
128
128
</listitem>
129
129
</varlistentry>
You can’t perform that action at this time.
0 commit comments