summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian2005-03-11 21:46:54 +0000
committerBruce Momjian2005-03-11 21:46:54 +0000
commitb9de4a26cf1b34f9a9a6c9bdfc8d3878bd075ce1 (patch)
tree6a8f8056b8e972d3909d8438b951bebeb2797e23 /doc/FAQ_DEV
parentcaad817d1c250017b3f456417ecf14fa7ad083e6 (diff)
Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't
change content (at least not supposed to). Magnus Hagander
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 688cf2819d..f3a9835cff 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Fri Mar 11 08:09:23 EST 2005
+ Last updated: Fri Mar 11 16:43:05 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -9,8 +9,8 @@
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
_________________________________________________________________
- General Questions
-
+General Questions
+
1.1) How do I get involved in PostgreSQL development?
1.2) What development environment is required to develop code?
1.3) What areas need work?
@@ -31,8 +31,8 @@
1.17) Where can I get technical assistance?
1.18) How do I get involved in PostgreSQL web site development?
- 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
@@ -564,8 +564,8 @@
contribute to that. A temporary todo list for current website
development issues is available at http://xzilla.postgresql.org/todo
- Technical Questions
-
+Technical Questions
+
2.1) How do I efficiently access information in tables from the backend code?
You first need to find the tuples(rows) you are interested in. There