Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77ab476

Browse files
committed
Add web development faq item.
1 parentdf21a52 commit77ab476

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

‎doc/FAQ_DEV

Lines changed: 13 additions & 1 deletion
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:Fri Oct 15 12:26:50 EDT 2004
4+
Last updated:Sat Nov 27 01:02:35 EST 2004
55

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

@@ -24,6 +24,7 @@
2424
1.10) How are RPM's packaged?
2525
1.11) How are CVS branches handled?
2626
1.12) Where can I get a copy of the SQL standards?
27+
1.1) How do I get involved in PostgreSQL web site development?
2728

2829
Technical Questions
2930

@@ -522,6 +523,17 @@
522523
* http://www.contrib.andrew.cmu.edu/~shadow/sql.html#syntax (SQL-92)
523524
* http://dbs.uni-leipzig.de/en/lokal/standards.pdf (paper)
524525

526+
1.13) How go I get involved in PostgreSQL web site development?
527+
528+
PostgreSQL website development is discussed on the
529+
pgsql-www@postgresql.org mailing list. The is a project page where the
530+
source code is available at
531+
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
532+
for the next version of the website is under the "portal" module. You
533+
will al so find code for the "techdocs" website if you would like to
534+
contribute to that. A temporary todo list for current website
535+
development issues is available at http://xzilla.postgresql.org/todo
536+
525537
Technical Questions
526538

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

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 18 additions & 2 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:Fri Oct 15 12:26:50 EDT 2004</P>
15+
<P>Last updated:Sat Nov 27 01:02:35 EST 2004</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<Ahref=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -34,7 +34,7 @@ <H2>General Questions</H2>
3434
<Ahref="#1.3">1.3</A>) How do I download/update the current source
3535
tree?<BR>
3636
<Ahref="#1.4">1.4</A>) How do I test my changes?<BR>
37-
<Ahref="#1.5">1.5</A>) What tools are available for developers?<BR>
37+
<Ahref="#1.5">1.5</A>) What tools are available for developers?<BR>
3838
<Ahref="#1.6">1.6</A>) What books are good for developers?<BR>
3939
<Ahref="#1.7">1.7</A>) What is configure all about?<BR>
4040
<Ahref="#1.8">1.8</A>) How do I add a new port?<BR>
@@ -45,6 +45,8 @@ <H2>General Questions</H2>
4545
<Ahref="#1.11">1.11</A>) How are CVS branches handled?<BR>
4646
<Ahref="#1.12">1.12</A>) Where can I get a copy of the SQL
4747
standards?<BR>
48+
<Ahref="#1.13">1.1</A>) How do I get involved in PostgreSQL
49+
web site development?<BR>
4850

4951
<CENTER>
5052
<H2>Technical Questions</H2>
@@ -634,6 +636,20 @@ <H3><A name="1.12">1.12</A>) Where can I get a copy of the SQL
634636
http://dbs.uni-leipzig.de/en/lokal/standards.pdf</a> (paper)</li>
635637
</ul>
636638

639+
<H3><Aname="1.13">1.13</A>) How go I get involved in PostgreSQL
640+
web site development?</H3>
641+
642+
<P>PostgreSQL website development is discussed on the
643+
pgsql-www@postgresql.org mailing list. The is a project page where
644+
the source code is available at<a
645+
href="http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php
646+
</a>, the code for the next version of the website is under the "portal"
647+
module. You will al so find code for the "techdocs" website if you would
648+
like to contribute to that. A temporary todo list for current website
649+
development issues is available at<a
650+
href="http://xzilla.postgresql.org/todo">http://xzilla.postgresql.org/todo</a></P>
651+
652+
637653
<CENTER>
638654
<H2>Technical Questions</H2>
639655
</CENTER>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp