Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a715c0e4
Commit
a715c0e4
authored
Nov 08, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of bibliography
parent
77e4fd88
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
178 additions
and
481 deletions
+178
-481
doc/src/sgml/arch-dev.sgml
doc/src/sgml/arch-dev.sgml
+4
-4
doc/src/sgml/biblio.sgml
doc/src/sgml/biblio.sgml
+158
-460
doc/src/sgml/history.sgml
doc/src/sgml/history.sgml
+8
-8
doc/src/sgml/indices.sgml
doc/src/sgml/indices.sgml
+3
-4
doc/src/sgml/query.sgml
doc/src/sgml/query.sgml
+3
-3
doc/src/sgml/syntax.sgml
doc/src/sgml/syntax.sgml
+2
-2
No files found.
doc/src/sgml/arch-dev.sgml
View file @
a715c0e4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.1
4 2001/05/17 21:50:15
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.1
5 2001/11/08 23:34:33
petere Exp $
-->
<chapter id="overview">
...
...
@@ -9,7 +9,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.14 2001/05/17 21:50:15 pe
<title>Author</title>
<para>
This chapter originally appeared as a part of
<xref linkend="SIM98"
endterm="SIM98"
>, Stefan Simkovics'
<xref linkend="SIM98">, Stefan Simkovics'
Master's Thesis prepared at Vienna University of Technology under the direction
of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
</para>
...
...
@@ -266,7 +266,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/arch-dev.sgml,v 2.14 2001/05/17 21:50:15 pe
XXX The above citetitle should really be an xref,
but that part has not yet been converted from Stefan's original document.
- thomas 1999-02-11
<xref linkend="supplier"
endterm="supplier"
>
<xref linkend="supplier">
-->
have already been defined.
...
...
@@ -539,7 +539,7 @@ current context are performed.
system whenever a user-query against <literal>test_view</literal> appears. (The
following listing is a very informal description of the algorithm just
intended for basic understanding. For a detailed description refer
to <xref linkend="STON89
-full" endterm="STON89
">).
to <xref linkend="STON89">).
</para>
<procedure>
...
...
doc/src/sgml/biblio.sgml
View file @
a715c0e4
This diff is collapsed.
Click to expand it.
doc/src/sgml/history.sgml
View file @
a715c0e4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.1
5 2001/09/13 15:55:22
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.1
6 2001/11/08 23:34:33
petere Exp $
-->
<sect1 id="history">
...
...
@@ -26,16 +26,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.15 2001/09/13 15:55:22 pet
Implementation of the <productname>Postgres</productname>
<acronym>DBMS</acronym> began in 1986. The
initial concepts for the system were presented in
<xref
endterm="STON86-full"
linkend="STON86">
<xref linkend="STON86">
and the definition of the initial data model
appeared in
<xref
endterm="ROWE87-full"
linkend="ROWE87">.
<xref linkend="ROWE87">.
The design of the rule system at
that time was described in
<xref
endterm="STON87a-full"
linkend="STON87a">.
<xref linkend="STON87a">.
The rationale
and architecture of the storage manager were detailed in
<xref
endterm="STON87b-full"
linkend="STON87b">.
<xref linkend="STON87b">.
</para>
<para>
...
...
@@ -43,13 +43,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.15 2001/09/13 15:55:22 pet
then. The first <quote>demoware</quote> system became operational
in 1987 and was shown at the 1988 <acronym>ACM-SIGMOD</acronym>
Conference. We released Version 1, described in
<xref
endterm="STON90a-full"
linkend="STON90a">,
<xref linkend="STON90a">,
to a few external users in June 1989. In response to a
critique of the first rule system
(<xref
endterm="STON89-full"
linkend="STON89">),
(<xref linkend="STON89">),
the rule
system was redesigned
(<xref
endterm="STON90b-full"
linkend="STON90b">)
(<xref linkend="STON90b">)
and Version 2 was
released in June 1990 with the new rule system.
Version 3 appeared in 1991 and added support for multiple
...
...
doc/src/sgml/indices.sgml
View file @
a715c0e4
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.2
4 2001/10/31 20:38:26
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.2
5 2001/11/08 23:34:33
petere Exp $ -->
<chapter id="indexes">
<title id="indexes-title">Indexes</title>
...
...
@@ -756,9 +756,8 @@ SELECT * FROM orders WHERE order_nr = 3501;
<para>
More information about partial indexes can be found in <xref
endterm="STON89b" linkend="STON89b-full">, <xref endterm="OLSON93"
linkend="OLSON93-full">, and <xref endterm="SESHADRI95"
linkend="SESHADRI95-full">.
linkend="STON89b">, <xref linkend="OLSON93">, and <xref
linkend="SESHADRI95">.
</para>
</sect1>
...
...
doc/src/sgml/query.sgml
View file @
a715c0e4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.
19 2001/10/09 18:46:00
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.
20 2001/11/08 23:34:33
petere Exp $
-->
<chapter id="tutorial-sql">
...
...
@@ -14,8 +14,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.19 2001/10/09 18:46:00 peter
tutorial is only intended to give you an introduction and is in no
way a complete tutorial on <acronym>SQL</acronym>. Numerous books
have been written on <acronym>SQL92</acronym>, including <xref
linkend="MELT93"
endterm="MELT93"> and <xref linkend="DATE97"
endterm="DATE97">.
You should be aware that some language
linkend="MELT93"
> and <xref linkend="DATE97">.
You should be aware that some language
features are extensions to the standard.
</para>
...
...
doc/src/sgml/syntax.sgml
View file @
a715c0e4
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.
49 2001/10/12 23:32:34 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.
50 2001/11/08 23:34:33 petere
Exp $
-->
<chapter id="sql-syntax">
...
...
@@ -757,7 +757,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> )
<para>
For further information on the system attributes consult
<xref linkend="STON87a"
endterm="STON87a"
>.
<xref linkend="STON87a">.
</para>
</sect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment