Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ec5eed

Browse files
committed
Update FAQ.
1 parent9d634d3 commit2ec5eed

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 (<Ahref=
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><Ahref="#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)

[8]ページ先頭

©2009-2025 Movatter.jp