|
10 | 10 | alink="#0000ff"> |
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> |
12 | 12 |
|
13 | | -<P>Last updated: Sun Apr 24 07:48:48 EDT 2005</P> |
| 13 | +<P>Last updated: Sun Apr 24 07:57:14 EDT 2005</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref= |
16 | 16 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) |
@@ -275,12 +275,12 @@ <H3><A name="1.10">1.10</A>) How can I learn |
275 | 275 | <P>First, consider the PostgreSQL-specific books mentioned above. |
276 | 276 | Another one is "Teach Yourself SQL in 21 Days, Second Edition" |
277 | 277 | at<Ahref= |
278 | | - "http://members.tripod.com/er4ebus/sql/index.htm">http://members.tripod.com/er4ebus/sql/index.htm</A></P> |
| 278 | + "http://members.tripod.com/er4ebus/sql/index.htm">http://members.tripod.com/er4ebus/sql/index.htm</A>. |
279 | 279 | Many of our users like<I>The Practical SQL Handbook</I>, |
280 | 280 | Bowman, Judith S., et al., Addison-Wesley. Others like<I>The |
281 | 281 | Complete Reference SQL</I>, Groff et al., McGraw-Hill.</P> |
282 | 282 |
|
283 | | - There is also a nice tutorial at<Ahref= |
| 283 | +<P>There is also a nice tutorial at<Ahref= |
284 | 284 | "http://www.intermedia.net/support/sql/sqltut.shtm">http://www.intermedia.net/support/sql/sqltut.shtm,</A> |
285 | 285 | at<Ahref= |
286 | 286 | "http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM"> |
@@ -576,7 +576,7 @@ <H3><A name="4.4">4.4</A>) What is the maximum size for a row, a |
576 | 576 |
|
577 | 577 | <P>These are the limits:</P> |
578 | 578 | <BLOCKQUOTE> |
579 | | -<TABLE> |
| 579 | +<TABLE> |
580 | 580 | <TR><TD>Maximum size for a database?</TD><TD>unlimited (32 TB databases |
581 | 581 | exist)</TD></TR> |
582 | 582 | <TR><TD>Maximum size for a table?</TD><TD>32 TB</TD></TR> |
@@ -757,7 +757,7 @@ <H3><A name="4.9">4.9</A>) In a query, how do I detect if a field |
757 | 757 | <H3><Aname="4.10">4.10</A>) What is the difference between the |
758 | 758 | various character types?</H3> |
759 | 759 | <BLOCKQUOTE> |
760 | | -<TABLE> |
| 760 | +<TABLE> |
761 | 761 | <TR><TH>Type</TH><TH>Internal Name</TH><TH>Notes</TH></TR> |
762 | 762 | <TR><TD>VARCHAR(n)</TD><TD>varchar</TD><TD>size specifies maximum |
763 | 763 | length, no padding</TD></TR> |
|