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
c0d816c5
Commit
c0d816c5
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in rules.sgml.
Add Emacs configuration block to postgres.sgml.
parent
5ac3cd0f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/postgres.sgml
+25
-4
25 additions, 4 deletions
doc/src/sgml/postgres.sgml
doc/src/sgml/rules.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/rules.sgml
with
27 additions
and
6 deletions
doc/src/sgml/postgres.sgml
+
25
−
4
View file @
c0d816c5
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.1
4
1998/1
0/31 09:36
:34 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.1
5
1998/1
2/18 16:23
:34 thomas Exp $
Postgres integrated documentation.
Postgres integrated documentation.
Other subset docs should be copied and shrunk from here.
Other subset docs should be copied and shrunk from here.
thomas 1998-02-23
thomas 1998-02-23
$Log: postgres.sgml,v $
$Log: postgres.sgml,v $
Revision 1.15 1998/12/18 16:23:34 thomas
Fix typos in rules.sgml.
Add Emacs configuration block to postgres.sgml.
Revision 1.14 1998/10/31 09:36:34 thomas
Revision 1.14 1998/10/31 09:36:34 thomas
Cleanup for v6.4 release.
Cleanup for v6.4 release.
Make new file current.sgml to hold release info for the current release.
Make new file current.sgml to hold release info for the current release.
...
@@ -67,7 +71,7 @@ Move SQL reference pages up into the User's Guide.
...
@@ -67,7 +71,7 @@ Move SQL reference pages up into the User's Guide.
<!entity pgaccess SYSTEM "pgaccess.sgml">
<!entity pgaccess SYSTEM "pgaccess.sgml">
<!-- reference pages -->
<!-- reference pages -->
<!entity % allfiles SYSTEM "allfiles.sgml">
<!entity % allfiles SYSTEM "
ref/
allfiles.sgml">
%allfiles;
%allfiles;
<!-- administrator's guide -->
<!-- administrator's guide -->
...
@@ -183,8 +187,8 @@ Your name here...
...
@@ -183,8 +187,8 @@ Your name here...
now becoming available in some commercial databases.
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a public-domain,
open source descendant
<ProductName>PostgreSQL</ProductName> is a public-domain,
of this original Berkeley code.
open source descendant
of this original Berkeley code.
</Para>
</Para>
</Preface>
</Preface>
...
@@ -321,3 +325,20 @@ Omit index until we have some index entries.
...
@@ -321,3 +325,20 @@ Omit index until we have some index entries.
-->
-->
</Book>
</Book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"./reference.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
sgml-local-ecat-files:nil
End:
-->
This diff is collapsed.
Click to expand it.
doc/src/sgml/rules.sgml
+
2
−
2
View file @
c0d816c5
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
In INSERT queries the targetlist describes the new rows that
In INSERT queries the targetlist describes the new rows that
should go into the resultrelation. Missing columns of the
should go into the resultrelation. Missing columns of the
resultrelation will be added by the optimizer with a constant
resultrelation will be added by the optimizer with a constant
NULL expression. It
are
the expressions in the VALUES clause
NULL expression. It
is
the expressions in the VALUES clause
or the ones from the SELECT clause on INSERT ... SELECT.
or the ones from the SELECT clause on INSERT ... SELECT.
</Para>
</Para>
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
replace the old ones. Here now the optimizer will add missing
replace the old ones. Here now the optimizer will add missing
columns by inserting expressions that put the values from the
columns by inserting expressions that put the values from the
old rows into the new one. And it will add the special entry
old rows into the new one. And it will add the special entry
like for DELETE too. It
are
the expressions from the
like for DELETE too. It
is
the expressions from the
SET attribute = expression part of the query.
SET attribute = expression part of the query.
</Para>
</Para>
...
...
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