aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-29 05:12:45 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-29 05:12:45 +0000
commit54481d10f326b0ee358e2b58da07e4440dda49f2 (patch)
tree8a18a9b56485f2321e6643d3e3870ee38b1d949f
parent3c70669e7e920e01339129fa731883711b3c703b (diff)
downloadpostgresql-54481d10f326b0ee358e2b58da07e4440dda49f2.tar.gz
postgresql-54481d10f326b0ee358e2b58da07e4440dda49f2.zip
Update FAQ_DEV.
-rw-r--r--doc/FAQ_DEV4
-rw-r--r--doc/src/FAQ/FAQ_DEV.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 073a3917a1d..ec243ad21f3 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -23,8 +23,8 @@
1.10) How are RPM's packaged?
1.11) How are CVS branches handled?
-Technical Questions
-
+ Technical Questions
+
2.1) How do I efficiently access information in tables from the
backend code?
2.2) Why are table, column, type, function, view names sometimes
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 2d00bdc5cad..d1670f5fe2b 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -43,7 +43,9 @@
<A href="#1.10">1.10</A>) How are RPM's packaged?<BR>
<A href="#1.11">1.11</A>) How are CVS branches handled?<BR>
+ <CENTER>
<H2>Technical Questions</H2>
+ </CENTER>
<A href="#2.1">2.1</A>) How do I efficiently access information in
tables from the backend code?<BR>
<A href="#2.2">2.2</A>) Why are table, column, type, function, view