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
5766f98a
Commit
5766f98a
authored
Nov 08, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small tuning
parent
06f008e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+2
-3
doc/src/sgml/info.sgml
doc/src/sgml/info.sgml
+10
-12
No files found.
doc/src/sgml/ecpg.sgml
View file @
5766f98a
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.2
8 2001/11/01 04:48:00 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.2
9 2001/11/08 23:37:50 petere
Exp $
-->
-->
<chapter id="ecpg">
<chapter id="ecpg">
...
@@ -527,8 +527,7 @@ struct sqlca
...
@@ -527,8 +527,7 @@ struct sqlca
<para>
<para>
The following list shows all the known incompatibilities. If you
The following list shows all the known incompatibilities. If you
find one not listed please notify <ulink
find one not listed please notify the developers. Note, however, that
url="meskes@debian.org">Michael Meskes</ulink>. Note, however, that
we list only incompatibilities from a precompiler of another RDBMS
we list only incompatibilities from a precompiler of another RDBMS
to <application>ecpg</application> and not
to <application>ecpg</application> and not
<application>ecpg</application> features that these RDBMS do not
<application>ecpg</application> features that these RDBMS do not
...
...
doc/src/sgml/info.sgml
View file @
5766f98a
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.1
2 2001/09/02 23:27:49
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.1
3 2001/11/08 23:37:50
petere Exp $
-->
-->
<sect1 id="resources">
<sect1 id="resources">
...
@@ -61,10 +61,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
...
@@ -61,10 +61,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
<term>Developer's Guide</term>
<term>Developer's Guide</term>
<listitem>
<listitem>
<para>
<para>
Information for <productname>Postgre
s
</productname> developers.
Information for <productname>Postgre
SQL
</productname> developers.
This is intended for those who are contributing to the
This is intended for those who are contributing to the
<productname>Postgre
s
</productname> project;
<productname>Postgre
SQL
</productname> project;
application development information
should appear
in the
application development information
appears
in the
<citetitle>Programmer's Guide</citetitle>.
<citetitle>Programmer's Guide</citetitle>.
</para>
</para>
</listitem>
</listitem>
...
@@ -74,7 +74,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
...
@@ -74,7 +74,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
<para>
<para>
In addition to this manual set, there are other resources to help you with
In addition to this manual set, there are other resources to help you with
<productname>Postgre
s
</productname> installation and use:
<productname>Postgre
SQL
</productname> installation and use:
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
...
@@ -123,10 +123,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
...
@@ -123,10 +123,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
<term>Mailing Lists</term>
<term>Mailing Lists</term>
<listitem>
<listitem>
<para>
<para>
The <email>pgsql-general@postgresql.org</email> (<ulink
The mailing lists are a good place to have your questions
url="http://www.postgresql.org/mhonarc/pgsql-general/">archive</ulink>)
answered, to share experiences with other users, and to contact
mailing list is a good place to have user questions answered.
the developers. Consult the <ulink
Other mailing lists are available; consult the <ulink
url="http://www.postgresql.org/users-lounge/">User's
url="http://www.postgresql.org/users-lounge/">User's
Lounge</ulink> section of the PostgreSQL web site for details.
Lounge</ulink> section of the PostgreSQL web site for details.
</para>
</para>
...
@@ -150,9 +149,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
...
@@ -150,9 +149,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.12 2001/09/02 23:27:49 petere
<para>
<para>
Even those without a lot of experience can provide corrections
Even those without a lot of experience can provide corrections
and minor changes in the documentation, and that is a good way
and minor changes in the documentation, and that is a good way
to start. The <email>pgsql-docs@postgresql.org</email> (<ulink
to start. The <email>pgsql-docs@postgresql.org</email> mailing
url="http://www.postgresql.org/mhonarc/pgsql-docs/">archive</ulink>)
list is the place to get going.
mailing list is the place to get going.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
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