From c1cc62f614094d3a22c9115bf403f460d2458058 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Sun, 24 Apr 2005 11:57:19 +0000
Subject: [PATCH] Clean up HTML.
---
doc/FAQ | 12 +++++++-----
doc/src/FAQ/FAQ.html | 10 +++++-----
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/doc/FAQ b/doc/FAQ
index 5aa0135972..9f5d6cb5b5 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
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)
@@ -214,10 +214,12 @@
First, consider the PostgreSQL-specific books mentioned above. Another
one is "Teach Yourself SQL in 21 Days, Second Edition" at
- http://members.tripod.com/er4ebus/sql/index.htm
- Many of our users like The Practical SQL Handbook, Bowman, Judith S.,
- et al., Addison-Wesley. Others like The Complete Reference SQL, Groff
- et al., McGraw-Hill. There is also a nice tutorial at
+ http://members.tripod.com/er4ebus/sql/index.htm. Many of our users
+ like The Practical SQL Handbook, Bowman, Judith S., et al.,
+ Addison-Wesley. Others like The Complete Reference SQL, Groff et al.,
+ McGraw-Hill.
+
+ There is also a nice tutorial at
http://www.intermedia.net/support/sql/sqltut.shtm, at
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM,
and at http://sqlcourse.com.
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 28f08b5138..abfbfbea0e 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
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)
@@ -275,12 +275,12 @@
First, consider the PostgreSQL-specific books mentioned above.
Another 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">http://members.tripod.com/er4ebus/sql/index.htm.
Many of our users like The Practical SQL Handbook,
Bowman, Judith S., et al., Addison-Wesley. Others like The
Complete Reference SQL, Groff et al., McGraw-Hill.
- There is also a nice tutorial at There is also a nice tutorial at http://www.intermedia.net/support/sql/sqltut.shtm,
at
@@ -576,7 +576,7 @@
These are the limits:
-
+
Maximum size for a database? | unlimited (32 TB databases
exist) |
Maximum size for a table? | 32 TB |
@@ -757,7 +757,7 @@ table?unlimited |
4.10) What is the difference between the
various character types?
-
+
Type | Internal Name | Notes |
VARCHAR(n) | varchar | size specifies maximum
length, no padding |
--
2.40.0