From 2e964aee757c1000590fc38c411ebdfbd66d37fe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2005 21:47:44 +0000 Subject: 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 --- doc/src/FAQ/FAQ_DEV.html | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'doc/src/FAQ/FAQ_DEV.html') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index c43dc78af49..76872983670 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Jan 5 17:36:58 EST 2005

+

Last updated: Fri Mar 11 16:43:05 EST 2005

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -26,9 +26,7 @@
-

General Questions

-
1.1) How do I get involved in PostgreSQL development?
1.2) What development environment is required @@ -59,9 +57,7 @@ site development?
-

Technical Questions

-
2.1) How do I efficiently access information in tables from the backend code?
2.2) Why are table, column, type, function, @@ -83,7 +79,7 @@

General Questions

-

1.1) How go I get involved in PostgreSQL +

1.1) How do I get involved in PostgreSQL development?

Download the code and have a look around. See +

A web site is maintained for patches that are ready to be applied, + + http://momjian.postgresql.org/cgi-bin/pgpatches, and + those that are being kept for the next release, + + http://momjian.postgresql.org/cgi-bin/pgpatches2.

+

1.5) Where can I learn more about the code?

@@ -192,7 +195,7 @@

Basic system testing

The easiest way to test your code is to ensure that it builds - against the latest verion of the code and that it does not generate + against the latest version of the code and that it does not generate compiler warnings.

It is worth advised that you pass --enable-cassert to @@ -210,7 +213,7 @@ directory of the source tree. If any tests failure, investigate.

-

If you've deliberately changed existing behaviour, this change +

If you've deliberately changed existing behavior, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.

@@ -472,7 +475,7 @@
  • The initscript;
  • -
  • Any other ancilliary scripts and files;
  • +
  • Any other ancillary scripts and files;
  • A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the @@ -601,7 +604,7 @@ cvs ... checkout pgsql -

    To get a past branch, you cd to whereever you want it and +

    To get a past branch, you cd to wherever you want it and say

         cvs ... checkout -r BRANCHNAME pgsql
    @@ -682,7 +685,7 @@
         questions about development of new features, on IRC at
         irc.freenode.net in the #postgresql channel.

    -

    1.18) How go I get involved in PostgreSQL +

    1.18) How do I get involved in PostgreSQL web site development?

    PostgreSQL website development is discussed on the @@ -690,15 +693,13 @@ the source code is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code for the next version of the website is under the - "portal" module. You will al so find code for the "techdocs" + "portal" module. You will also find code for the "techdocs" website if you would like to contribute to that. A temporary todo list for current website development issues is available at http://xzilla.postgresql.org/todo

    -

    Technical Questions

    -

    2.1) How do I efficiently access information in tables from the backend code?

    @@ -810,7 +811,7 @@
    lfirst(i), lfirst_int(i), lfirst_oid(i)
    -
    return the data (a point, inteter and OID respectively) at +
    return the data (a point, integer and OID respectively) at list element i.
    lnext(i)
    -- cgit v1.2.3