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
4aa09c57
Commit
4aa09c57
authored
Dec 03, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes.
parent
e5615c42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
17 deletions
+13
-17
doc/src/sgml/external-projects.sgml
doc/src/sgml/external-projects.sgml
+13
-17
No files found.
doc/src/sgml/external-projects.sgml
View file @
4aa09c57
<!--
$PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.
3 2004/12/03 06:18:12
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.
4 2004/12/03 06:30:40
momjian Exp $
-->
<chapter id="external-projects">
<title>External Projects</title>
<para>
<productname>PostgreSQL</productname> is a large piece of very
complex software, and managing the code is a difficult process. We
have found that many enhancements to
<productname>PostgreSQL</productname> can be more efficiently
developed independently of the main project. They can have their own
developer teams, email lists, their own bug tracking, and their own
release schedule. While their independence makes development easier,
it makes users job harder. They have to hunt around looking for
database enhancements to meet their needs.
</para>
<para>
This section will outlines some of the more popular externally
<productname>PostgreSQL</productname> is a complex software project,
and managing it is difficult. We have found that many
enhancements to <productname>PostgreSQL</productname> can be more
efficiently developed independently of the main project. They can
have their own developer teams, email lists, their own bug tracking,
and their own release schedule. While their independence makes
development easier, it makes user's jobs harder. They have to hunt
around looking for database enhancements to meet their needs.
This section outlines some of the more popular externally
developed enhancements and guides you on how to find them.
</para>
...
...
@@ -30,13 +26,13 @@ $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.3 2004/12/03 06:18:12
</indexterm>
<para>
<productname>PostgreSQL</productname>
packag
es very few interfaces
<productname>PostgreSQL</productname>
includ
es very few interfaces
with the base distribution. <application>libpq</> is packaged because
it is the primary <application>C</> interface and many other
interfaces are built on top of it. <application>ecpg</> is packaged
because it is tied to the server-side grammar so i
t i
s very dependent
because it is tied to the server-side grammar so is very dependent
on the database version. All the other interfaces are independent
projects.
projects
and must be installed separately
.
</para>
<para>
...
...
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