Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
091b2620
Commit
091b2620
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update or remove mentions of versions where appropriate.
parent
a8fe109a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/ref/create_trigger.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/psql-ref.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/select.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/select.sgml
with
8 additions
and
8 deletions
doc/src/sgml/ref/create_trigger.sgml
+
2
−
2
View file @
091b2620
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.1
3
2001/0
5/27 09:59:28 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.1
4
2001/0
6/10 03:46:31 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -150,7 +150,7 @@ CREATE
...
@@ -150,7 +150,7 @@ CREATE
Only the relation owner may create a trigger on this relation.
Only the relation owner may create a trigger on this relation.
</para>
</para>
<para>
<para>
As of the current release
(v7.0)
, STATEMENT triggers are not implemented.
As of the current release, STATEMENT triggers are not implemented.
</para>
</para>
<para>
<para>
Refer to <command>DROP TRIGGER</command> for information on how to
Refer to <command>DROP TRIGGER</command> for information on how to
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/psql-ref.sgml
+
3
−
3
View file @
091b2620
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.5
5
2001/0
5/28 04:27:17
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.5
6
2001/0
6/10 03:46:31
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -1051,7 +1051,7 @@ lo_import 152801
...
@@ -1051,7 +1051,7 @@ lo_import 152801
<note>
<note>
<para>
<para>
As of <application>psql</application>
version
7.0
it is no longer
In the current
version
,
it is no longer
necessary to save the command history, since that will be done
necessary to save the command history, since that will be done
automatically on program termination. The history is
automatically on program termination. The history is
also loaded automatically every time <application>psql</application>
also loaded automatically every time <application>psql</application>
...
@@ -1579,7 +1579,7 @@ Access permissions for database "test"
...
@@ -1579,7 +1579,7 @@ Access permissions for database "test"
</para>
</para>
<para>
<para>
As of
version
7.0
, <application>psql</application> automatically issues a
In the current
version, <application>psql</application> automatically issues a
password prompt whenever the backend requests password authentication.
password prompt whenever the backend requests password authentication.
Because this is currently based on a hack, the automatic
Because this is currently based on a hack, the automatic
recognition might mysteriously fail, hence this option to force a prompt.
recognition might mysteriously fail, hence this option to force a prompt.
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/select.sgml
+
3
−
3
View file @
091b2620
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.4
2
2001/0
5/30 04:32:30 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.4
3
2001/0
6/10 03:46:31 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -122,8 +122,8 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
...
@@ -122,8 +122,8 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
table is scanned. If ONLY is not specified, the table and all its
table is scanned. If ONLY is not specified, the table and all its
descendant tables (if any) are scanned. * can be appended to the
descendant tables (if any) are scanned. * can be appended to the
table name to indicate that descendant tables are to be scanned,
table name to indicate that descendant tables are to be scanned,
but
as of <Productname>Postgres</Productname> 7.1
this is the default
but
in the current version,
this is the default
behavior.
behavior.
(In releases before 7.1, ONLY was the default behavior.)
(In releases before 7.1, ONLY was the default behavior.)
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment