mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</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>
|
||||
|
Reference in New Issue
Block a user