mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Backpatch FAQs to stable branch.
This commit is contained in:
13
doc/FAQ
13
doc/FAQ
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Fri Jan 5 15:40:20 EST 2007
|
Last updated: Tue Jan 30 17:37:01 EST 2007
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
|
|
||||||
@ -27,6 +27,8 @@
|
|||||||
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?
|
||||||
|
1.14) Will PostgreSQL handle recent daylight saving time changes in
|
||||||
|
various countries?
|
||||||
|
|
||||||
User Client Questions
|
User Client Questions
|
||||||
|
|
||||||
@ -124,7 +126,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-1996 Regents of the University of
|
Portions Copyright (c) 1994-1996 Regents of the University of
|
||||||
California
|
California
|
||||||
|
|
||||||
@ -323,6 +325,13 @@
|
|||||||
We are free for all use, both commercial and non-commercial.
|
We are free for all use, both commercial and non-commercial.
|
||||||
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.
|
||||||
|
|
||||||
|
1.14) Will PostgreSQL handle recent daylight saving time changes in various
|
||||||
|
countries?
|
||||||
|
|
||||||
|
PostgreSQL versions prior to 8.0 use the operating system's timezone
|
||||||
|
database for daylight saving information. All current versions of
|
||||||
|
PostgreSQL 8.0 and later contain up-to-date timezone information.
|
||||||
_________________________________________________________________
|
_________________________________________________________________
|
||||||
|
|
||||||
User Client Questions
|
User Client Questions
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
AIX Specific
|
AIX Specific
|
||||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||||
=======================================================
|
=======================================================
|
||||||
Last updated: $Date: 2007/01/05 20:57:17 $
|
Last updated: $Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
Topics
|
Topics
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ Topics
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
||||||
$Date: 2007/01/05 20:57:17 $
|
$Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
||||||
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
|
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
HP-UX Specific
|
HP-UX Specific
|
||||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||||
=======================================================
|
=======================================================
|
||||||
last updated: $Date: 2007/01/05 20:57:17 $
|
last updated: $Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
|
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
|
||||||
original author: Tom Lane (tgl@sss.pgh.pa.us)
|
original author: Tom Lane (tgl@sss.pgh.pa.us)
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
IRIX Specific
|
IRIX Specific
|
||||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||||
=======================================================
|
=======================================================
|
||||||
last updated: $Date: 2007/01/05 20:57:17 $
|
last updated: $Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
current maintainer: Luis Amigo (lamigo@atc.unican.es)
|
current maintainer: Luis Amigo (lamigo@atc.unican.es)
|
||||||
original author: Luis Amigo (lamigo@atc.unican.es)
|
original author: Luis Amigo (lamigo@atc.unican.es)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Last updated: Thu Oct 14 18:22:57 EDT 2004
|
Last updated: Thu Oct 14 18:22:57 EDT 2004
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian <bruce@momjian.us>
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.FAQ_MINGW.html.
|
http://www.postgresql.org/docs/faqs.FAQ_MINGW.html.
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
IRIX Specific
|
IRIX Specific
|
||||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||||
=======================================================
|
=======================================================
|
||||||
last updated: $Date: 2007/01/05 20:57:17 $
|
last updated: $Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
|
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
|
||||||
original author: Andrew Merrill (andrew@compclass.com)
|
original author: Andrew Merrill (andrew@compclass.com)
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
Sun Solaris specific
|
Sun Solaris specific
|
||||||
To be read in conjunction with the installation instructions.
|
To be read in conjunction with the installation instructions.
|
||||||
============================================================
|
============================================================
|
||||||
Last updated: $Date: 2007/01/05 20:57:17 $
|
Last updated: $Date: 2007/02/01 04:56:41 $
|
||||||
|
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-1996 Regents of the University of
|
Portions Copyright (c) 1994-1996 Regents of the University of
|
||||||
California
|
California
|
||||||
|
|
||||||
|
1173
doc/FAQ_chinese
1173
doc/FAQ_chinese
File diff suppressed because it is too large
Load Diff
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
PostgreSQL je p<>edm<64>tem n<>sleduj<75>c<EFBFBD>ch autorsk<73>ch pr<70>v:
|
PostgreSQL je p<>edm<64>tem n<>sleduj<75>c<EFBFBD>ch autorsk<73>ch pr<70>v:
|
||||||
|
|
||||||
D<>l<EFBFBD><6C> Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
D<>l<EFBFBD><6C> Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
D<>l<EFBFBD><6C> Copyright (c) 1994-6, Regents of the University of California
|
D<>l<EFBFBD><6C> Copyright (c) 1994-6, Regents of the University of California
|
||||||
|
|
||||||
Ud<55>luje se opr<70>vn<76>n<EFBFBD> k u<>it<69>, rozmno<6E>ov<6F>n<EFBFBD>, prov<6F>d<EFBFBD>n<EFBFBD> <20>prav a
|
Ud<55>luje se opr<70>vn<76>n<EFBFBD> k u<>it<69>, rozmno<6E>ov<6F>n<EFBFBD>, prov<6F>d<EFBFBD>n<EFBFBD> <20>prav a
|
||||||
|
@ -171,7 +171,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California
|
Portions Copyright (c) 1994-6 Regents of the University of California
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California
|
Portions Copyright (c) 1994-6 Regents of the University of California
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -146,7 +146,7 @@ PostgreSQL
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group Portions
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group Portions
|
||||||
Copyright (c) 1994-1996 Regents of the University of California
|
Copyright (c) 1994-1996 Regents of the University of California
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California
|
Portions Copyright (c) 1994-6 Regents of the University of California
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
|
|
||||||
PostgreSQL Data Base Management System
|
PostgreSQL Data Base Management System
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California
|
Portions Copyright (c) 1994-6 Regents of the University of California
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -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: Fri Jan 5 15:40:20 EST 2007</P>
|
<P>Last updated: Tue Jan 30 17:37:01 EST 2007</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>)
|
||||||
@ -41,7 +41,9 @@
|
|||||||
<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?<BR>
|
||||||
|
<A href="#item1.14">1.14</A>) Will PostgreSQL handle recent daylight
|
||||||
|
saving time changes in various countries?<BR>
|
||||||
|
|
||||||
|
|
||||||
<H2 align="center">User Client Questions</H2>
|
<H2 align="center">User Client Questions</H2>
|
||||||
@ -169,7 +171,7 @@
|
|||||||
|
|
||||||
<P>PostgreSQL Data Base Management System</P>
|
<P>PostgreSQL Data Base Management System</P>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
|
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
|
||||||
|
|
||||||
<P>Permission to use, copy, modify, and distribute this software
|
<P>Permission to use, copy, modify, and distribute this software
|
||||||
@ -437,6 +439,14 @@
|
|||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
|
|
||||||
|
<H3 id="item1.14">1.14) Will PostgreSQL handle recent daylight
|
||||||
|
saving time changes in various countries?</H3>
|
||||||
|
|
||||||
|
<P>PostgreSQL versions prior to 8.0 use the operating system's
|
||||||
|
timezone database for daylight saving information. All current
|
||||||
|
versions of PostgreSQL 8.0 and later contain up-to-date timezone
|
||||||
|
information.</P>
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<H2 align="center">User Client Questions</H2>
|
<H2 align="center">User Client Questions</H2>
|
||||||
|
@ -139,7 +139,7 @@
|
|||||||
|
|
||||||
<P>PostgreSQL Data Base Management System</P>
|
<P>PostgreSQL Data Base Management System</P>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
|
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
|
||||||
|
|
||||||
<P>Permission to use, copy, modify, and distribute this software
|
<P>Permission to use, copy, modify, and distribute this software
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
<P>PostgreSQL je p<>edm<64>tem n<>sleduj<75>c<EFBFBD>ch autorsk<73>ch pr<70>v:</P>
|
<P>PostgreSQL je p<>edm<64>tem n<>sleduj<75>c<EFBFBD>ch autorsk<73>ch pr<70>v:</P>
|
||||||
|
|
||||||
<P>D<EFBFBD>l<EFBFBD><EFBFBD> Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>D<EFBFBD>l<EFBFBD><EFBFBD> Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
D<>l<EFBFBD><6C> Copyright (c) 1994-6, Regents of the University of California</P>
|
D<>l<EFBFBD><6C> Copyright (c) 1994-6, Regents of the University of California</P>
|
||||||
|
|
||||||
<P>Ud<EFBFBD>luje se opr<70>vn<76>n<EFBFBD> k u<>it<69>, rozmno<6E>ov<6F>n<EFBFBD>, prov<6F>d<EFBFBD>n<EFBFBD> <20>prav a
|
<P>Ud<EFBFBD>luje se opr<70>vn<76>n<EFBFBD> k u<>it<69>, rozmno<6E>ov<6F>n<EFBFBD>, prov<6F>d<EFBFBD>n<EFBFBD> <20>prav a
|
||||||
|
@ -193,7 +193,7 @@
|
|||||||
|
|
||||||
<P>PostgreSQL Data Base Management System</P>
|
<P>PostgreSQL Data Base Management System</P>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
||||||
|
|
||||||
<P>Permission to use, copy, modify, and distribute this software
|
<P>Permission to use, copy, modify, and distribute this software
|
||||||
|
@ -161,7 +161,7 @@ href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>).</p>
|
|||||||
|
|
||||||
<p>PostgreSQL Data Base Management System</p>
|
<p>PostgreSQL Data Base Management System</p>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
||||||
|
|
||||||
<p>Permission to use, copy, modify, and distribute this software
|
<p>Permission to use, copy, modify, and distribute this software
|
||||||
|
@ -167,7 +167,7 @@ href="mailto:juk at PostgreSQL.jp">juk at PostgreSQL.jp</a>)<br /></p>
|
|||||||
</pre></small>
|
</pre></small>
|
||||||
<p>PostgreSQL Data Base Management System</p>
|
<p>PostgreSQL Data Base Management System</p>
|
||||||
<p>
|
<p>
|
||||||
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-1996 Regents of the University of California</p>
|
Portions Copyright (c) 1994-1996 Regents of the University of California</p>
|
||||||
<p>
|
<p>
|
||||||
Permission to use, copy, modify, and distribute this software and its
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
@ -213,7 +213,7 @@
|
|||||||
|
|
||||||
<P>PostgreSQL Data Base Management System</P>
|
<P>PostgreSQL Data Base Management System</P>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
||||||
|
|
||||||
<P>Permission to use, copy, modify, and distribute this software
|
<P>Permission to use, copy, modify, and distribute this software
|
||||||
|
@ -159,7 +159,7 @@ adreslerinde g
|
|||||||
<h4><a name="1.2">1.2</a>) PostgreSQL'in haklar<61> nedir?</h4>
|
<h4><a name="1.2">1.2</a>) PostgreSQL'in haklar<61> nedir?</h4>
|
||||||
<p>PostgreSQL Data Base Management System</p>
|
<p>PostgreSQL Data Base Management System</p>
|
||||||
|
|
||||||
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
Portions Copyright (c) 1994-6 Regents of the University of California</P>
|
||||||
|
|
||||||
<p>Permission to use, copy, modify, and distribute this software
|
<p>Permission to use, copy, modify, and distribute this software
|
||||||
|
Reference in New Issue
Block a user