1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Update FAQ.

This commit is contained in:
Bruce Momjian
2001-01-23 01:11:34 +00:00
parent c805491792
commit fc031fbe5c

View File

@ -137,7 +137,7 @@
default to the current time?<BR> default to the current time?<BR>
<A href="#4.23">4.23</A>) Why are my subqueries using <A href="#4.23">4.23</A>) Why are my subqueries using
<CODE><SMALL>IN</SMALL></CODE> so slow?<BR> <CODE><SMALL>IN</SMALL></CODE> so slow?<BR>
<A href="#4.24">4.24</A>) How do I perform an <I>outer</I> join?<BR> <A href="#4.24">4.24</A>) How do I perform an outer join?<BR>
<CENTER> <CENTER>
@ -1204,7 +1204,7 @@ BYTEA bytea variable-length byte array (null-safe)
</PRE> </PRE>
We hope to fix this limitation in a future release. We hope to fix this limitation in a future release.
<H4><A name="4.24">4.24</A>) How do I perform an <I>outer</I> join?<BR> <H4><A name="4.24">4.24</A>) How do I perform an outer join?<BR>
</H4> </H4>
<P>PostgreSQL 7.1 and later supports outer joins using the SQL <P>PostgreSQL 7.1 and later supports outer joins using the SQL