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
18baa27d
Commit
18baa27d
authored
Jul 29, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add port information for NS32532.
Fix Id tag in chapter headings to allow meaningful file names in html.
parent
3221c0de
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
46 additions
and
24 deletions
+46
-24
doc/src/sgml/arch-dev.sgml
doc/src/sgml/arch-dev.sgml
+1
-1
doc/src/sgml/arch-pg.sgml
doc/src/sgml/arch-pg.sgml
+1
-1
doc/src/sgml/arch.sgml
doc/src/sgml/arch.sgml
+1
-1
doc/src/sgml/biblio.sgml
doc/src/sgml/biblio.sgml
+3
-3
doc/src/sgml/contacts.sgml
doc/src/sgml/contacts.sgml
+16
-4
doc/src/sgml/geqo.sgml
doc/src/sgml/geqo.sgml
+2
-2
doc/src/sgml/intro-pg.sgml
doc/src/sgml/intro-pg.sgml
+1
-1
doc/src/sgml/intro.sgml
doc/src/sgml/intro.sgml
+1
-1
doc/src/sgml/libpgtcl.sgml
doc/src/sgml/libpgtcl.sgml
+3
-1
doc/src/sgml/ports.sgml
doc/src/sgml/ports.sgml
+9
-2
doc/src/sgml/postgres.sgml
doc/src/sgml/postgres.sgml
+1
-1
doc/src/sgml/reference.sgml
doc/src/sgml/reference.sgml
+4
-3
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
doc/src/sgml/start.sgml
doc/src/sgml/start.sgml
+1
-1
No files found.
doc/src/sgml/arch-dev.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="arch-dev"
>
<TITLE>Architecture</TITLE>
<Sect1>
...
...
doc/src/sgml/arch-pg.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="arch-pg"
>
<TITLE>Architecture</TITLE>
<Sect1>
...
...
doc/src/sgml/arch.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="arch"
>
<TITLE>Architecture</TITLE>
<Sect1>
...
...
doc/src/sgml/biblio.sgml
View file @
18baa27d
<BIBLIOGRAPHY>
<BIBLIOGRAPHY
Id="biblio"
>
<Title><Acronym>SQL</Acronym> References</Title>
<Para>
...
...
@@ -167,7 +167,7 @@ Selected references and readings for <Acronym>SQL</Acronym> and <ProductName>Pos
<!--
<BIBLIOMISC>‐</BIBLIOMISC>
<BOOKBIBLIO ID="REFERENCE">
<BOOKBIBLIO ID="
POSTGRES-
REFERENCE">
-->
<TITLE>The <ProductName>PostgreSQL</ProductName> Reference Manual</TITLE>
<Editor>
...
...
@@ -205,7 +205,7 @@ Selected references and readings for <Acronym>SQL</Acronym> and <ProductName>Pos
-->
</BIBLIOENTRY>
<BIBLIOENTRY ID="
REFERENCE
">
<BIBLIOENTRY ID="
POSTGRES-USERS
">
<!--
<BIBLIOMISC>‐</BIBLIOMISC>
...
...
doc/src/sgml/contacts.sgml
View file @
18baa27d
<Appendix
label="B
">
<Appendix
Label="B" Id="contacts
">
<Title>Contacts</Title>
<Sect1>
<Title>Introduction</Title>
<!--
<Para>
Support for <productname>Postgres</productname> comes primarily from
this printed documentation, the web-based mailing list archives,
and the mailing lists themselves.
</Para>
<Sect1>
<Sect1 id="mailing-list">
<Title>Mailing Lists</Title>
<Para>
Refer to the introduction in this manual or to the
<ulink url="postgresql.org"><productname>Postgres</productname> web page</ulink>
for subscription information to the no-cost mailing lists.
</Para>
<Sect1 id="people">
<Title>People</Title>
-->
<Para>
<ItemizedList Mark="bullet" Spacing="compact">
...
...
doc/src/sgml/geqo.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="geqo"
>
<DocInfo>
<Author>
<FirstName>Martin</FirstName>
...
...
@@ -274,7 +274,7 @@ Suggestions are welcome :-(
Enable bushy query tree processing within <ProductName>Postgres</ProductName>;
that may improve the quality of query plans.
<BIBLIOGRAPHY>
<BIBLIOGRAPHY
Id="geqo-references"
>
<TITLE>
References
</TITLE>
...
...
doc/src/sgml/intro-pg.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="intro-pg"
>
<TITLE>Introduction</TITLE>
<Para>
...
...
doc/src/sgml/intro.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="intro"
>
<TITLE>Introduction</TITLE>
<Para>
...
...
doc/src/sgml/libpgtcl.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="pgtcl"
>
<Title>pgtcl</Title>
<Para>
...
...
@@ -516,6 +516,8 @@ parameter, the request is established, or the command string of an already
existing request is replaced. With no callbackCommand parameter, a prior
request is canceled.
</PARA>
<para>
After a <PARA><FUNCTION>pg_listen</FUNCTION> request is established,
the specified command string is executed whenever a NOTIFY message bearing
the given name arrives from the backend. This occurs when any
...
...
doc/src/sgml/ports.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="ports"
>
<Title>Ports</Title>
<Sect1>
...
...
@@ -6,7 +6,7 @@
<Para>
<ProductName>Postgres</ProductName> is available free of charge. This manual
describes version 6.
3
of <ProductName>Postgres</ProductName>. The authors have
describes version 6.
4
of <ProductName>Postgres</ProductName>. The authors have
compiled and tested <ProductName>Postgres</ProductName> on the following
platforms:
...
...
@@ -54,6 +54,13 @@
<ENTRY>1998-03-01</ENTRY>
<ENTRY>(<ULink url="mailto:brook@trillium.NMSU.Edu">Brook Milligan</ULink>)</ENTRY>
</ROW>
<ROW>
<ENTRY>NetBSD 1.3</ENTRY>
<ENTRY>NS32532</ENTRY>
<ENTRY>v6.3</ENTRY>
<ENTRY>1998-07-20</ENTRY>
<ENTRY>(<ULink url="mailto:phil@steelhead.cs.wwu.edu">Phil Nelson</ULink>)</ENTRY>
</ROW>
<ROW>
<ENTRY>NetBSD 1.3</ENTRY>
<ENTRY>Sparc</ENTRY>
...
...
doc/src/sgml/postgres.sgml
View file @
18baa27d
...
...
@@ -73,7 +73,7 @@
<!entity contacts SYSTEM "contacts.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book
Id="postgres"
>
<!-- Title information -->
...
...
doc/src/sgml/reference.sgml
View file @
18baa27d
...
...
@@ -13,7 +13,7 @@
<!entity biblio SYSTEM "biblio.sgml">
<!entity contacts SYSTEM "contacts.sgml">
]>
<Book>
<Book
Id="reference"
>
<!-- Title information -->
...
...
@@ -80,7 +80,7 @@ Your name here...
</Dedication>
-->
<Preface>
<Preface
Id="preface"
>
<Title>Summary</Title>
<Para>
...
...
@@ -104,7 +104,8 @@ It provides SQL92/SQL3 language support,
&contacts;
&biblio;
<INDEX> </INDEX>
<index Id="index">
</index>
</Book>
doc/src/sgml/release.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="release"
>
<Title>Release Notes</Title>
<Para>
...
...
@@ -228,7 +228,7 @@ Old-style <quote>time travel</quote> has been removed. Performance has been impr
<note>
<para>
Bruce Momjian wrote the following notes to introduce the new release.
<note>
<
/
note>
<para>
There are some general 6.3 issues that I want to mention. These are
...
...
doc/src/sgml/start.sgml
View file @
18baa27d
<Chapter>
<Chapter
Id="start"
>
<Title>Getting Started</Title>
<Abstract>
...
...
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