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
b6332952
Commit
b6332952
authored
Dec 06, 1999
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to PostgreSQL as "public-domain" since that has a
specific meaning wrt copyright (or lack thereof).
parent
8ad4f99b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
15 deletions
+27
-15
doc/src/sgml/admin.sgml
doc/src/sgml/admin.sgml
+6
-2
doc/src/sgml/history.sgml
doc/src/sgml/history.sgml
+2
-2
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+6
-2
doc/src/sgml/postgres.sgml
doc/src/sgml/postgres.sgml
+4
-4
doc/src/sgml/programmer.sgml
doc/src/sgml/programmer.sgml
+7
-3
doc/src/sgml/tutorial.sgml
doc/src/sgml/tutorial.sgml
+1
-1
doc/src/sgml/user.sgml
doc/src/sgml/user.sgml
+1
-1
No files found.
doc/src/sgml/admin.sgml
View file @
b6332952
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.1
7 1999/09/29 05:18:14
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.1
8 1999/12/06 16:37:11
thomas Exp $
Postgres Administrator's Guide.
Derived from postgres.sgml.
- thomas 1998-10-27
$Log: admin.sgml,v $
Revision 1.18 1999/12/06 16:37:11 thomas
Remove references to PostgreSQL as "public-domain" since that has a
specific meaning wrt copyright (or lack thereof).
Revision 1.17 1999/09/29 05:18:14 thomas
Strip out some cvs log info.
...
...
@@ -110,7 +114,7 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a
public-domain, open
source descendant
<ProductName>PostgreSQL</ProductName> is a
n open-
source descendant
of this original Berkeley code.
</Para>
</Preface>
...
...
doc/src/sgml/history.sgml
View file @
b6332952
...
...
@@ -98,8 +98,8 @@
<ulink url="http://http.cs.berkeley.edu/~jolly/">Jolly Chen</ulink>
added a SQL language interpreter to <productname>Postgres</productname>.
<productname>Postgres95</productname> was subsequently released to
the Web to find its own way in the world as a
public-domain,
open
source descendant of the original <productname>Postgres</productname>
the Web to find its own way in the world as a
n
open
-
source descendant of the original <productname>Postgres</productname>
Berkeley code.
</para>
...
...
doc/src/sgml/installation.sgml
View file @
b6332952
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.
6 1999/06/04 15:51:42
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.
7 1999/12/06 16:37:11
thomas Exp $
Postgres quick Installation Guide.
- thomas 1998-10-26
$Log: installation.sgml,v $
Revision 1.7 1999/12/06 16:37:11 thomas
Remove references to PostgreSQL as "public-domain" since that has a
specific meaning wrt copyright (or lack thereof).
Revision 1.6 1999/06/04 15:51:42 thomas
Add blurb on new docs in release notes.
Make minor info and markup changes for v6.5 release.
...
...
@@ -122,7 +126,7 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<productname>PostgreSQL</productname> is a
public-domain, open
source descendant
<productname>PostgreSQL</productname> is a
n open-
source descendant
of this original Berkeley code.
</para>
</preface>
...
...
doc/src/sgml/postgres.sgml
View file @
b6332952
...
...
@@ -157,8 +157,8 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a
public-domain,
open
source descendant of this original Berkeley code.
<ProductName>PostgreSQL</ProductName> is a
n
open
-
source descendant of this original Berkeley code.
</Para>
</Preface>
...
...
@@ -320,7 +320,7 @@ Omit index until we have some index entries.
<!-- Keep this comment at the end of the file
Local variables:
mode:
sgml
mode:sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
...
...
@@ -330,7 +330,7 @@ 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-catalogs:
("/usr/lib/sgml/CATALOG")
sgml-local-ecat-files:nil
End:
-->
doc/src/sgml/programmer.sgml
View file @
b6332952
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.
19 1999/07/22 15:11:04
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.
20 1999/12/06 16:37:11
thomas Exp $
Postgres Programmer's Guide.
$Log: programmer.sgml,v $
Revision 1.20 1999/12/06 16:37:11 thomas
Remove references to PostgreSQL as "public-domain" since that has a
specific meaning wrt copyright (or lack thereof).
Revision 1.19 1999/07/22 15:11:04 thomas
Complete merge of all old man page information.
lisp.sgml is a placeholder for Eric Marsden's upcoming contribution.
...
...
@@ -143,8 +147,8 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<productname>PostgreSQL</productname> is a
public-domain,
open
source descendant of this original Berkeley code.
<productname>PostgreSQL</productname> is a
n
open
-
source descendant of this original Berkeley code.
</para>
</preface>
...
...
doc/src/sgml/tutorial.sgml
View file @
b6332952
...
...
@@ -85,7 +85,7 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a
public-domain, open
source descendant
<ProductName>PostgreSQL</ProductName> is a
n open-
source descendant
of this original Berkeley code.
</Para>
</Preface>
...
...
doc/src/sgml/user.sgml
View file @
b6332952
...
...
@@ -93,7 +93,7 @@ Your name here...
now becoming available in some commercial databases.
It provides SQL92/SQL3 language support,
transaction integrity, and type extensibility.
<ProductName>PostgreSQL</ProductName> is a
public-domain, open
source descendant
<ProductName>PostgreSQL</ProductName> is a
n open-
source descendant
of this original Berkeley code.
</Para>
</Preface>
...
...
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