Commit c1cc62f6 authored by Bruce Momjian's avatar Bruce Momjian

Clean up HTML.

parent 7a35c637
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sun Apr 24 07:48:48 EDT 2005 Last updated: Sun Apr 24 07:57:14 EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -214,10 +214,12 @@ ...@@ -214,10 +214,12 @@
First, consider the PostgreSQL-specific books mentioned above. Another First, consider the PostgreSQL-specific books mentioned above. Another
one is "Teach Yourself SQL in 21 Days, Second Edition" at one is "Teach Yourself SQL in 21 Days, Second Edition" at
http://members.tripod.com/er4ebus/sql/index.htm http://members.tripod.com/er4ebus/sql/index.htm. Many of our users
Many of our users like The Practical SQL Handbook, Bowman, Judith S., like The Practical SQL Handbook, Bowman, Judith S., et al.,
et al., Addison-Wesley. Others like The Complete Reference SQL, Groff Addison-Wesley. Others like The Complete Reference SQL, Groff et al.,
et al., McGraw-Hill. There is also a nice tutorial at McGraw-Hill.
There is also a nice tutorial at
http://www.intermedia.net/support/sql/sqltut.shtm, at http://www.intermedia.net/support/sql/sqltut.shtm, at
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM, http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM,
and at http://sqlcourse.com. and at http://sqlcourse.com.
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Sun Apr 24 07:48:48 EDT 2005</P> <P>Last updated: Sun Apr 24 07:57:14 EDT 2005</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
...@@ -275,12 +275,12 @@ ...@@ -275,12 +275,12 @@
<P>First, consider the PostgreSQL-specific books mentioned above. <P>First, consider the PostgreSQL-specific books mentioned above.
Another one is "Teach Yourself SQL in 21 Days, Second Edition" Another one is "Teach Yourself SQL in 21 Days, Second Edition"
at <A href= at <A href=
"http://members.tripod.com/er4ebus/sql/index.htm">http://members.tripod.com/er4ebus/sql/index.htm</A></P> "http://members.tripod.com/er4ebus/sql/index.htm">http://members.tripod.com/er4ebus/sql/index.htm</A>.
Many of our users like <I>The Practical SQL Handbook</I>, Many of our users like <I>The Practical SQL Handbook</I>,
Bowman, Judith S., et al., Addison-Wesley. Others like <I>The Bowman, Judith S., et al., Addison-Wesley. Others like <I>The
Complete Reference SQL</I>, Groff et al., McGraw-Hill.</P> Complete Reference SQL</I>, Groff et al., McGraw-Hill.</P>
There is also a nice tutorial at <A href= <P>There is also a nice tutorial at <A href=
"http://www.intermedia.net/support/sql/sqltut.shtm">http://www.intermedia.net/support/sql/sqltut.shtm,</A> "http://www.intermedia.net/support/sql/sqltut.shtm">http://www.intermedia.net/support/sql/sqltut.shtm,</A>
at <A href= at <A href=
"http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM"> "http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM">
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
<P>These are the limits:</P> <P>These are the limits:</P>
<BLOCKQUOTE> <BLOCKQUOTE>
<TABLE > <TABLE>
<TR><TD>Maximum size for a database?</TD><TD>unlimited (32 TB databases <TR><TD>Maximum size for a database?</TD><TD>unlimited (32 TB databases
exist)</TD></TR> exist)</TD></TR>
<TR><TD>Maximum size for a table?</TD><TD>32 TB</TD></TR> <TR><TD>Maximum size for a table?</TD><TD>32 TB</TD></TR>
...@@ -757,7 +757,7 @@ table?</TD><TD>unlimited</TD></TR> ...@@ -757,7 +757,7 @@ table?</TD><TD>unlimited</TD></TR>
<H3><A name="4.10">4.10</A>) What is the difference between the <H3><A name="4.10">4.10</A>) What is the difference between the
various character types?</H3> various character types?</H3>
<BLOCKQUOTE> <BLOCKQUOTE>
<TABLE > <TABLE>
<TR><TH>Type</TH><TH>Internal Name</TH><TH>Notes</TH></TR> <TR><TH>Type</TH><TH>Internal Name</TH><TH>Notes</TH></TR>
<TR><TD>VARCHAR(n)</TD><TD>varchar</TD><TD>size specifies maximum <TR><TD>VARCHAR(n)</TD><TD>varchar</TD><TD>size specifies maximum
length, no padding</TD></TR> length, no padding</TD></TR>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment