author | Bruce Momjian | |
Tue, 22 Nov 2005 15:13:02 +0000 (15:13 +0000) | ||
committer | Bruce Momjian | |
Tue, 22 Nov 2005 15:13:02 +0000 (15:13 +0000) |
doc/FAQ | patch | blob | blame | history | |
doc/FAQ_DEV | patch | blob | blame | history | |
doc/src/FAQ/FAQ.html | patch | blob | blame | history | |
doc/src/FAQ/FAQ_DEV.html | patch | blob | blame | history |
Last updated: Tue Nov 22 10:04:06 EST 2005
Last updated: Tue Nov 22 10:12:24 EST 2005
Current maintainer: Bruce Momjian (
PostgreSQL is pronounced Post-Gres-Q-L, and is also sometimes If you are looking for a PostgreSQL gatekeeper, central committee, PostgreSQL is distributed under the classic BSD license. Basically, In general, any modern Unix-compatible platform should be able to The latest release of PostgreSQL is version 8.1.1 We plan to have a major release every year, with minor releases The PostgreSQL community provides assistance to many of its users Visit the PostgreSQL bug form at
PostgreSQL supports an extended subset of SQL:2003. PostgreSQL includes extensive documentation, including a large Our web site contains even more documentation. First, consider the PostgreSQL-specific books mentioned above. There are several ways of measuring software: features, The PostgreSQL install includes only the C and embedded A nice introduction to Database-backed Web pages can be seen at: For complex cases, many use the Perl and DBD::Pg with CGI.pm or Specify the --prefix option when running By default, PostgreSQL only allows connections from the local There are three major areas for potential performance There are many You have reached the default limit is 100 database sessions. You The PostgreSQL team makes only small changes between minor releases, Because PC hardware is mostly compatible, people tend to believe that To retrieve only a few rows, if you know at the number of rows Changing the data type of a column can be done easily in 8.0 You might then want to do VACUUM FULL tab to reclaim the These are the limits: A PostgreSQL database may require up to five times the disk NULLs are stored as bitmaps, so they Indexes are not used by every query. Indexes are used only if the See the EXPLAIN manual page.General Questions
>1.1) What is PostgreSQL? How is it pronounced?
ID="1.1">1.1) What is PostgreSQL? How is it pronounced?
>1.2) Who controls PostgreSQL?
ID="1.2">1.2) Who controls PostgreSQL?
>1.3) What is the copyright of
ID="1.3">1.3) What is the copyright of
>1.4) What platforms does PostgreSQL support?
ID="1.4">1.4) What platforms does PostgreSQL support?
>1.5) Where can I get PostgreSQL?
ID="1.5">1.5) Where can I get PostgreSQL?
>1.6) What is the latest release?
ID="1.6">1.6) What is the latest release?
>1.7) Where can I get support?
ID="1.7">1.7) Where can I get support?
>1.8) How do I submit a bug report?
ID="1.8">1.8) How do I submit a bug report?
>1.9) How do I find out about known bugs or
ID="1.9">1.9) How do I find out about known bugs or
>1.10) What documentation is available?
ID="1.10">1.10) What documentation is available?
>1.11) How can I learn
ID="1.11">1.11) How can I learn
>1.12) How do I join the development
ID="1.12">1.12) How do I join the development
>1.13) How does PostgreSQL compare to other
ID="1.13">1.13) How does PostgreSQL compare to other
User Client Questions
>2.1) What interfaces are available for
ID="2.1">2.1) What interfaces are available for
>2.2) What tools are available for using
ID="2.2">2.2) What tools are available for using
>2.3) Does PostgreSQL have a graphical user
ID="2.3">2.3) Does PostgreSQL have a graphical user
Administrative Questions
>3.1) How do I install PostgreSQL somewhere
ID="3.1">3.1) How do I install PostgreSQL somewhere
>3.2) How do I control connections from other
ID="3.2">3.2) How do I control connections from other
>3.3) How do I tune the database engine for
ID="3.3">3.3) How do I tune the database engine for
>3.4) What debugging features are
ID="3.4">3.4) What debugging features are
log_*
server configuration variables>3.5) Why do I get "Sorry, too many
ID="3.5">3.5) Why do I get "Sorry, too many
>3.6) Why do I need to do a dump and restore
ID="3.6">3.6) Why do I need to do a dump and restore
>3.7) What computer hardware should I use?
ID="3.7">3.7) What computer hardware should I use?
Operational Questions
>4.1) How do I SELECT only the
ID="4.1">4.1) How do I SELECT only the
>4.2) How do I find out what tables, indexes,
ID="4.2">4.2) How do I find out what tables, indexes,
>4.3) How do you change a column's data type?
ID="4.3">4.3) How do you change a column's data type?
>4.4) What is the maximum size for a row, a
ID="4.4">4.4) What is the maximum size for a row, a
>4.5) How much database disk space is required
ID="4.5">4.5) How much database disk space is required
>4.6) Why are my queries slow? Why don't they
ID="4.6">4.6) Why are my queries slow? Why don't they
>4.7) How do I see how the query optimizer is
ID="4.7">4.7) How do I see how the query optimizer is
>4.8) How do I perform regular expression
ID="4.8">4.8) How do I perform regular expression
>4.9) In a query, how do I detect if a field
ID="4.9">4.9) In a query, how do I detect if a field
>4.10) What is the difference between the
ID="4.10">4.10) What is the difference between the