mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Update FAQ.
This commit is contained in:
parent
d1e77ecf95
commit
e383e411b7
3
doc/FAQ
3
doc/FAQ
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Wed Dec 5 00:33:46 EST 2001
|
Last updated: Wed Dec 5 00:38:51 EST 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -374,7 +374,6 @@
|
|||||||
monthly and one-time expenses that are required to keep it going. If
|
monthly and one-time expenses that are required to keep it going. If
|
||||||
you or your company has money it can donate to help fund this effort,
|
you or your company has money it can donate to help fund this effort,
|
||||||
please go to the following URL and make a donation:
|
please go to the following URL and make a donation:
|
||||||
|
|
||||||
http://www.pgsql.com/pg_goodies
|
http://www.pgsql.com/pg_goodies
|
||||||
|
|
||||||
Although the web page mentions PostgreSQL, Inc, the "contributions"
|
Although the web page mentions PostgreSQL, Inc, the "contributions"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||||
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -->
|
|
||||||
|
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
@ -12,7 +11,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 Dec 5 00:33:46 EST 2001</P>
|
<P>Last updated: Wed Dec 5 00:38:51 EST 2001</P>
|
||||||
|
|
||||||
<P>Current maintainer: Bruce Momjian (<A href=
|
<P>Current maintainer: Bruce Momjian (<A href=
|
||||||
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
||||||
@ -485,7 +484,9 @@
|
|||||||
you or your company has money it can donate to help fund this effort,
|
you or your company has money it can donate to help fund this effort,
|
||||||
please go to the following URL and make a donation:
|
please go to the following URL and make a donation:
|
||||||
|
|
||||||
|
<UL>
|
||||||
<P><a href="http://www.pgsql.com/pg_goodies">http://www.pgsql.com/pg_goodies</a>
|
<P><a href="http://www.pgsql.com/pg_goodies">http://www.pgsql.com/pg_goodies</a>
|
||||||
|
</UL>
|
||||||
|
|
||||||
<P>Although the web page mentions PostgreSQL, Inc, the "contributions" item
|
<P>Although the web page mentions PostgreSQL, Inc, the "contributions" item
|
||||||
is solely to support the PostgreSQL project and does not fund any
|
is solely to support the PostgreSQL project and does not fund any
|
||||||
@ -1297,7 +1298,7 @@ BYTEA bytea variable-length byte array (null-safe)
|
|||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
<H4><A href="#4.25">4.25</A>) How do I perform queries
|
<H4><A href="#4.25">4.25</A>) How do I perform queries
|
||||||
using multiple databases?<H4>
|
using multiple databases?</H4>
|
||||||
|
|
||||||
<P>There is no way to query any database except the current one.
|
<P>There is no way to query any database except the current one.
|
||||||
Because PostgreSQL loads database-specific system catalogs, it is
|
Because PostgreSQL loads database-specific system catalogs, it is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user