From 830f276b2a685194b6eedea0fc1a4c7bbef882a1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 24 Apr 2008 19:58:32 +0000 Subject: Add embedded usage mention to FAQ, per Greg Smith. --- doc/src/FAQ/FAQ.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 87f847783f1..7702e2bb414 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">
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)
@@ -42,7 +42,7 @@
1.12) How do I submit a patch or join the
development team?
1.13) How does PostgreSQL compare to other
- DBMSs?
+ DBMSs? Can PostgreSQL be embedded?
1.14) Will PostgreSQL handle recent daylight
saving time changes in various countries?
1.15) How do I unsubscribe from the
@@ -385,7 +385,7 @@
Developer's FAQ.
There are several ways of measuring software: features, performance, reliability, support, and price.
@@ -444,6 +444,13 @@ +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.
+