Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ec5eed

Browse files
committed
Update FAQ.
1 parent 9d634d3 commit 2ec5eed

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/src/FAQ/FAQ.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
alink="#0000FF">
1313
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1414

15-
<P>Last updated: Tue Sep 4 01:06:12 EDT 2001</P>
15+
<P>Last updated: Tue Sep 4 01:14:28 EDT 2001</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1267,12 +1267,18 @@ <H4><A name="4.24">4.24</A>) How do I perform an outer join?<BR>
12671267
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
12681268
ORDER BY col1
12691269
</PRE>
1270-
<HR>
12711270

12721271
<H4><A href="#4.25">4.25</A>) How do I perform queries
1273-
using multiple databases?<H4>
1272+
using multiple databases?<H4>
1273+
1274+
<P>There is no way to query any database except the current one.
1275+
Because PostgreSQL loads database-specific system catalogs, it is
1276+
uncertain how a cross-database query should even behave.</P>
1277+
1278+
<P>Of course, a client can make simultaneous connections to
1279+
different databases and merge the information that way.</P>
1280+
<HR>
12741281

1275-
<P>
12761282
<CENTER>
12771283
<H2>Extending PostgreSQL</H2>
12781284
</CENTER>

0 commit comments

Comments
 (0)