diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-20 13:48:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-20 13:48:21 +0000 |
commit | 39c1ce2ccb991385d9a09d1542cb87e8b0b783b2 (patch) | |
tree | b2cf6ab4129ce31839922d4818479fb4caecd973 /doc/src | |
parent | 23c8b0ccc6e200643d1ee860cd71372d06d4a94b (diff) |
Remove duplicate text, per Magnus.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index f3871873f77..23c06f8b1e9 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Apr 18 23:05:05 EDT 2007</P> + <P>Last updated: Fri Apr 20 09:48:11 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -823,10 +823,6 @@ table?</TD><TD>unlimited</TD></TR> case to be stored in the column, use a <SMALL>CHECK</SMALL> constraint or a trigger.</P> - <A href="#item4.9">4.9</A>) In a query, how do I detect if a field - is <SMALL>NULL</SMALL>? How do I concatenate possible <SMALL>NULL</SMALL>s? - How can I sort on whether a field is <SMALL> NULL</SMALL> or not?<BR> - <H3 id="item4.9">4.9) In a query, how do I detect if a field is <SMALL>NULL</SMALL>? How do I concatenate possible <SMALL>NULL</SMALL>s? How can I sort on whether a field is <SMALL> NULL</SMALL> or not?</H3> |