mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add a link to the developer's FAQ for my article about how companies can
work effectively with open source communities.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
|
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
|
||||||
|
|
||||||
Last updated: Wed Dec 20 11:21:55 EST 2006
|
Last updated: Fri Dec 22 17:41:41 EST 2006
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
|
|
||||||
@ -100,7 +100,9 @@ General Questions
|
|||||||
both the internal implementation method you plan to use, and any
|
both the internal implementation method you plan to use, and any
|
||||||
user-visible changes (new syntax, etc). For complex patches, it is
|
user-visible changes (new syntax, etc). For complex patches, it is
|
||||||
important to get community feeback on your proposal before starting
|
important to get community feeback on your proposal before starting
|
||||||
work. Failure to do so might mean your patch is rejected.
|
work. Failure to do so might mean your patch is rejected. If your work
|
||||||
|
is being sponsored by a company, read this article for tips on being
|
||||||
|
more effective.
|
||||||
|
|
||||||
A web site is maintained for patches awaiting review,
|
A web site is maintained for patches awaiting review,
|
||||||
http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are
|
http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<H1>Developer's Frequently Asked Questions (FAQ) for
|
<H1>Developer's Frequently Asked Questions (FAQ) for
|
||||||
PostgreSQL</H1>
|
PostgreSQL</H1>
|
||||||
|
|
||||||
<P>Last updated: Wed Dec 20 11:21:55 EST 2006</P>
|
<P>Last updated: Fri Dec 22 17:41:41 EST 2006</P>
|
||||||
|
|
||||||
<P>Current maintainer: Bruce Momjian (<A href=
|
<P>Current maintainer: Bruce Momjian (<A href=
|
||||||
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
||||||
@ -147,7 +147,9 @@
|
|||||||
use, and any user-visible changes (new syntax, etc). For complex
|
use, and any user-visible changes (new syntax, etc). For complex
|
||||||
patches, it is important to get community feeback on your proposal
|
patches, it is important to get community feeback on your proposal
|
||||||
before starting work. Failure to do so might mean your patch is
|
before starting work. Failure to do so might mean your patch is
|
||||||
rejected.</P>
|
rejected. If your work is being sponsored by a company, read this
|
||||||
|
<a href="http://momjian.us/main/writings/pgsql/company_contributions/">
|
||||||
|
article</a> for tips on being more effective.</P>
|
||||||
|
|
||||||
<P>A web site is maintained for patches awaiting review,
|
<P>A web site is maintained for patches awaiting review,
|
||||||
<a href="http://momjian.postgresql.org/cgi-bin/pgpatches">
|
<a href="http://momjian.postgresql.org/cgi-bin/pgpatches">
|
||||||
|
Reference in New Issue
Block a user