diff options
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 1098913c0aa..76872983670 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Mar 11 08:09:23 EST 2005</P> + <P>Last updated: Fri Mar 11 16:43:05 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>)<BR> @@ -26,9 +26,7 @@ <BR> - <CENTER> <H2>General Questions</H2> - </CENTER> <A href="#1.1">1.1</A>) How do I get involved in PostgreSQL development?<BR> <A href="#1.2">1.2</A>) What development environment is required @@ -59,9 +57,7 @@ site development?<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, @@ -152,7 +148,7 @@ http://momjian.postgresql.org/cgi-bin/pgpatches</a>, and those that are being kept for the next release, <a href="http://momjian.postgresql.org/cgi-bin/pgpatches2"> - http://momjian.postgresql.org/cgi-bin/pgpatches2</a>. + http://momjian.postgresql.org/cgi-bin/pgpatches2</a>.</P> <H3><A name="1.5">1.5</A>) Where can I learn more about the code?</H3> @@ -703,9 +699,7 @@ href= "http://xzilla.postgresql.org/todo">http://xzilla.postgresql.org/todo</A></P> - <CENTER> <H2>Technical Questions</H2> - </CENTER> <H3><A name="2.1">2.1</A>) How do I efficiently access information in tables from the backend code?</H3> |