aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/FAQ/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index bc63d6a2112..bbcce9cfb56 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -137,7 +137,7 @@
default to the current time?<BR>
<A href="#4.23">4.23</A>) Why are my subqueries using
<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>
@@ -1204,7 +1204,7 @@ BYTEA bytea variable-length byte array (null-safe)
</PRE>
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>
<P>PostgreSQL 7.1 and later supports outer joins using the SQL