Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c7651c1

Browse files
committed
Update FAQ_DEV.
1 parent 8b0fea4 commit c7651c1

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

doc/FAQ_DEV

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Nov 27 19:36:27 EST 2001
4+
Last updated: Tue Nov 27 20:20:21 EST 2001
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -446,7 +446,8 @@ typedef struct nameData
446446
15) How are RPM's packaged?
447447

448448
This was written by Lamar Owen:
449-
Thu, 03 May 2001 21:22:05 -0400
449+
2001-05-03
450+
450451
As to how the RPMs are built -- to answer that question sanely requires
451452
me to know how much experience you have with the whole RPM paradigm.
452453
'How is the RPM built?' is a multifaceted question. The obvious simple
@@ -537,7 +538,8 @@ necessary to build RPMs from their Official Tarball (TM).
537538
16) How are CVS branches managed?
538539

539540
This was written by Tom Lane:
540-
Mon, 07 May 2001 19:35:03 -0400
541+
2001-05-07
542+
541543
If you just do basic "cvs checkout", "cvs update", "cvs commit", then
542544
you'll always be dealing with the HEAD version of the files in CVS.
543545
That's what you want for development, but if you need to patch past
@@ -597,7 +599,8 @@ or two, so that we won't have to double-patch the first wave of fixes.
597599
17) How go I get involved in PostgreSQL development?
598600

599601
This was written by Lamar Owen:
600-
Fri, 22 Jun 2001 12:59:03 -0400
602+
2001-06-22
603+
601604
> If someone was interested in joining the development team, where would
602605
> they...
603606
> - Find a description of the open source development process used by the

doc/src/FAQ/FAQ_DEV.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Tue Nov 27 19:37:47 EST 2001</P>
15+
<P>Last updated: Tue Nov 27 20:20:21 EST 2001</P>
1616

1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
@@ -550,7 +550,8 @@ <H3><A name="15">15</A>) How are RPM's packaged?</H3>
550550

551551
<P>This was written by Lamar Owen:</P>
552552
<PRE>
553-
Thu, 03 May 2001 21:22:05 -0400
553+
2001-05-03
554+
554555
As to how the RPMs are built -- to answer that question sanely requires
555556
me to know how much experience you have with the whole RPM paradigm.
556557
'How is the RPM built?' is a multifaceted question. The obvious simple
@@ -643,7 +644,8 @@ <H3><A name="16">16</A>) How are CVS branches managed?</H3>
643644

644645
<P>This was written by Tom Lane:</P>
645646
<PRE>
646-
Mon, 07 May 2001 19:35:03 -0400
647+
2001-05-07
648+
647649
If you just do basic "cvs checkout", "cvs update", "cvs commit", then
648650
you'll always be dealing with the HEAD version of the files in CVS.
649651
That's what you want for development, but if you need to patch past
@@ -705,7 +707,8 @@ <H3><A name="17">17</A>) How go I get involved in PostgreSQL
705707
development?</H3>
706708
<P>This was written by Lamar Owen:</P>
707709
<PRE>
708-
Fri, 22 Jun 2001 12:59:03 -0400
710+
2001-06-22
711+
709712
&gt; If someone was interested in joining the development team, where would
710713
&gt; they...
711714
&gt; - Find a description of the open source development process used by the

0 commit comments

Comments
 (0)