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
830f276b
Commit
830f276b
authored
Apr 24, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add embedded usage mention to FAQ, per Greg Smith.
parent
cc3c9e1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
doc/FAQ
doc/FAQ
+11
-3
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+10
-3
No files found.
doc/FAQ
View file @
830f276b
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed Apr 16 16:57:09
EDT 2008
Last updated:
Thu Apr 24 15:58:18
EDT 2008
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
1.10) What documentation is available?
1.10) What documentation is available?
1.11) How can I learn SQL?
1.11) How can I learn SQL?
1.12) How do I submit a patch or join the development team?
1.12) How do I submit a patch or join the development team?
1.13) How does PostgreSQL compare to other DBMSs?
1.13) How does PostgreSQL compare to other DBMSs? Can PostgreSQL be
embedded?
1.14) Will PostgreSQL handle recent daylight saving time changes in
1.14) Will PostgreSQL handle recent daylight saving time changes in
various countries?
various countries?
1.15) How do I unsubscribe from the PostgreSQL email lists? How do I
1.15) How do I unsubscribe from the PostgreSQL email lists? How do I
...
@@ -288,7 +289,7 @@
...
@@ -288,7 +289,7 @@
See the Developer's FAQ.
See the Developer's FAQ.
1.13) How does PostgreSQL compare to other DBMSs?
1.13) How does PostgreSQL compare to other DBMSs?
Can PostgreSQL be embedded?
There are several ways of measuring software: features, performance,
There are several ways of measuring software: features, performance,
reliability, support, and price.
reliability, support, and price.
...
@@ -330,6 +331,13 @@
...
@@ -330,6 +331,13 @@
You can add our code to your product with no limitations,
You can add our code to your product with no limitations,
except those outlined in our BSD-style license stated above.
except those outlined in our BSD-style license stated above.
PostgreSQL is designed as a client/server architecture, which requires
separate processes for each client and server, and various helper
processes. Many embedded architectures can support such requirements.
However, if your embedded architecture requires the database server to
run inside the application process, Postgres cannot be used and a
lighter-weight database solution should be selected.
1.14) Will PostgreSQL handle recent daylight saving time changes in various
1.14) Will PostgreSQL handle recent daylight saving time changes in various
countries?
countries?
...
...
doc/src/FAQ/FAQ.html
View file @
830f276b
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed Apr 16 16:57:09
EDT 2008
</P>
<P>
Last updated:
Thu Apr 24 15:58:18
EDT 2008
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<A
href=
"#item1.12"
>
1.12
</A>
) How do I submit a patch or join the
<A
href=
"#item1.12"
>
1.12
</A>
) How do I submit a patch or join the
development team?
<BR>
development team?
<BR>
<A
href=
"#item1.13"
>
1.13
</A>
) How does PostgreSQL compare to other
<A
href=
"#item1.13"
>
1.13
</A>
) How does PostgreSQL compare to other
<SMALL>
DBMS
</SMALL>
s?
<BR>
<SMALL>
DBMS
</SMALL>
s?
Can PostgreSQL be embedded?
<BR>
<A
href=
"#item1.14"
>
1.14
</A>
) Will PostgreSQL handle recent daylight
<A
href=
"#item1.14"
>
1.14
</A>
) Will PostgreSQL handle recent daylight
saving time changes in various countries?
<BR>
saving time changes in various countries?
<BR>
<A
href=
"#item1.15"
>
1.15
</A>
) How do I unsubscribe from the
<A
href=
"#item1.15"
>
1.15
</A>
) How do I unsubscribe from the
...
@@ -385,7 +385,7 @@
...
@@ -385,7 +385,7 @@
Developer's FAQ
</A>
.
</P>
Developer's FAQ
</A>
.
</P>
<H3
id=
"item1.13"
>
1.13) How does PostgreSQL compare to other
<H3
id=
"item1.13"
>
1.13) How does PostgreSQL compare to other
<SMALL>
DBMS
</SMALL>
s?
</H3>
<SMALL>
DBMS
</SMALL>
s?
Can PostgreSQL be embedded?
</H3>
<P>
There are several ways of measuring software: features,
<P>
There are several ways of measuring software: features,
performance, reliability, support, and price.
</P>
performance, reliability, support, and price.
</P>
...
@@ -444,6 +444,13 @@
...
@@ -444,6 +444,13 @@
</DD>
</DD>
</DL>
</DL>
<P>
PostgreSQL is designed as a client/server architecture, which
requires separate processes for each client and server, and various
helper processes. Many embedded architectures can support such
requirements. However, if your embedded architecture requires the
database server to run inside the application process, Postgres cannot
be used and a lighter-weight database solution should be selected.
</P>
<H3
id=
"item1.14"
>
1.14) Will PostgreSQL handle recent daylight
<H3
id=
"item1.14"
>
1.14) Will PostgreSQL handle recent daylight
saving time changes in various countries?
</H3>
saving time changes in various countries?
</H3>
...
...
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