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

Commit0f3b83e

Browse files
committed
Improvements from Neil Conway.
1 parent23e88e2 commit0f3b83e

File tree

2 files changed

+44
-47
lines changed

2 files changed

+44
-47
lines changed

‎doc/FAQ

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

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sun Oct 20 20:47:14 EDT 2002
4+
Last updated:Thu Dec 5 00:47:26 EST 2002
55

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

@@ -34,8 +34,7 @@
3434

3535
2.1) Are there ODBC drivers for PostgreSQL?
3636
2.2) What tools are available for using PostgreSQL with Web pages?
37-
2.3) Does PostgreSQL have a graphical user interface? A report
38-
generator? An embedded query language interface?
37+
2.3) Does PostgreSQL have a graphical user interface?
3938
2.4) What languages are available to communicate with PostgreSQL?
4039

4140
Administrative Questions
@@ -391,8 +390,8 @@
391390

392391
There are two ODBC drivers available, PsqlODBC and OpenLink ODBC.
393392

394-
PsqlODBC is included in the distribution. More information about it
395-
can be gotten from ftp://ftp.PostgreSQL.org/pub/odbc/.
393+
You can download PsqlODBC from
394+
http://gborg.postgresql.org/project/psqlodbc/projdisplay.php.
396395

397396
OpenLink ODBC can be gotten from http://www.openlinksw.com. It works
398397
with their standard ODBC client software so you'll have PostgreSQL
@@ -403,8 +402,6 @@
403402
commercial-quality support, but a freeware version will always be
404403
available. Please send questions to postgres95@openlink.co.uk.
405404

406-
See also the ODBC chapter of the Programmer's Guide.
407-
408405
2.2) What tools are available for using PostgreSQL with Web pages?
409406

410407
A nice introduction to Database-backed Web pages can be seen at:
@@ -415,33 +412,34 @@
415412

416413
For complex cases, many use the Perl interface and CGI.pm or mod_perl.
417414

418-
2.3) Does PostgreSQL have a graphical user interface? A report generator?
419-
An embedded query language interface?
415+
2.3) Does PostgreSQL have a graphical user interface?
420416

417+
Yes, there are several graphical interfaces to PostgreSQL available.
418+
These include PgAccess http://www.pgaccess.com), PgAdmin II
419+
(http://www.pgadmin.org, Win32-only), RHDB Admin
420+
(http://sources.redhat.com/rhdb/ ) and Rekall (
421+
http://www.thekompany.com/products/rekall/, proprietary). There is
422+
also PHPPgAdmin ( http://phppgadmin.sourceforge.net/ ), a web-based
423+
interface to PostgreSQL.
424+
421425
We have a nice graphical user interface called PgAccess which can also
422426
be used as a report generator. The Web page is
423427
http://www.pgaccess.org/.
424428

425-
We also include ecpg, which is an embedded SQL query language
426-
interface for C.
427-
428429
2.4) What languages are able to communicate with PostgreSQL?
429430

430-
We have:
431+
Most popular programming languages contain an interface to PostgreSQL.
432+
Check your programming language's list of extension modules.
433+
434+
The following interfaces are included in the PostgreSQL distribution:
431435
* C (libpq)
432-
* C++ (libpq++)
433436
* Embedded C (ecpg)
434437
* Java (jdbc)
435-
* Perl (DBD::Pg and perl5)
436-
* ODBC (odbc)
437438
* Python (PyGreSQL)
438439
* TCL (libpgtcl)
439-
* C Easy API (libpgeasy)
440-
* PHP ('pg_' functions, Pear::DB)
441440

442-
Additional interfaces are available at
443-
http://www.PostgreSQL.org/interfaces.html and
444-
http://gborg.PostgreSQL.org.
441+
Additional interfaces are available at http://gborg.postgresql.org in
442+
the Drivers/Interfaces section.
445443
_________________________________________________________________
446444

447445
Administrative Questions

‎doc/src/FAQ/FAQ.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Sun Oct 20 20:47:14 EDT 2002</P>
13+
<P>Last updated:Thu Dec 5 00:47:26 EST 2002</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -52,7 +52,6 @@ <H2 align="center">User Client Questions</H2>
5252
<Ahref="#2.2">2.2</A>) What tools are available for using
5353
PostgreSQL with Web pages?<BR>
5454
<Ahref="#2.3">2.3</A>) Does PostgreSQL have a graphical user
55-
interface? A report generator? An embedded query language
5655
interface?<BR>
5756
<Ahref="#2.4">2.4</A>) What languages are available to
5857
communicate with PostgreSQL?<BR>
@@ -507,9 +506,9 @@ <H4><A name="2.1">2.1</A>) Are there <SMALL>ODBC</SMALL> drivers
507506
<P>There are two<SMALL>ODBC</SMALL> drivers available, PsqlODBC
508507
and OpenLink<SMALL>ODBC</SMALL>.</P>
509508

510-
<P>PsqlODBC is included in the distribution. More information about
511-
it can be gotten from<Ahref=
512-
"ftp://ftp.PostgreSQL.org/pub/odbc/">ftp://ftp.PostgreSQL.org/pub/odbc/</A>.</P>
509+
<P>You can download PsqlODBC from<Ahref=
510+
"http://gborg.postgresql.org/project/psqlodbc/projdisplay.php">
511+
http://gborg.postgresql.org/project/psqlodbc/projdisplay.php</A>.</P>
513512

514513
<P>OpenLink<SMALL>ODBC</SMALL> can be gotten from<Ahref=
515514
"http://www.openlinksw.com/">http://www.openlinksw.com</A>. It
@@ -522,10 +521,6 @@ <H4><A name="2.1">2.1</A>) Are there <SMALL>ODBC</SMALL> drivers
522521
available. Please send questions to<Ahref=
523522
"mailto:postgres95@openlink.co.uk">postgres95@openlink.co.uk</A>.</P>
524523

525-
<P>See also the<Ahref=
526-
"http://www.postgresql.org/devel-corner/docs/programmer/odbc.html">ODBC
527-
chapter of the Programmer's Guide</A>.</P>
528-
529524
<H4><Aname="2.2">2.2</A>) What tools are available for using
530525
PostgreSQL with Web pages?</H4>
531526

@@ -538,45 +533,49 @@ <H4><A name="2.2">2.2</A>) What tools are available for using
538533
<P>For complex cases, many use the Perl interface and CGI.pm or mod_perl.</P>
539534

540535
<H4><Aname="2.3">2.3</A>) Does PostgreSQL have a graphical user
541-
interface? A report generator? An embedded query language
542536
interface?</H4>
543537

538+
Yes, there are several graphical interfaces to PostgreSQL available.
539+
These include PgAccess<ahref="http://www.pgaccess.com">
540+
http://www.pgaccess.com</a>), PgAdmin II (<a
541+
href="http://www.pgadmin.org">http://www.pgadmin.org</a>,
542+
Win32-only), RHDB Admin (<a
543+
href="http://sources.redhat.com/rhdb/">http://sources.redhat.com/rhdb/
544+
</a>) and Rekall (<ahref="http://www.thekompany.com/products/rekall/">
545+
http://www.thekompany.com/products/rekall/</a>, proprietary). There is
546+
also PHPPgAdmin (<ahref="http://phppgadmin.sourceforge.net/">
547+
http://phppgadmin.sourceforge.net/</a>), a web-based interface to
548+
PostgreSQL.
549+
544550
<P>We have a nice graphical user interface called PgAccess which can
545551
also be used as a report generator. The Web page is
546552
<Ahref="http://www.pgaccess.org/">http://www.pgaccess.org/</A>.</P>
547553

548-
<P>We also include<I>ecpg</I>, which is an embedded SQL query
549-
language interface for C.</P>
554+
<H4><Aname="2.4">2.4</A>) What languages are able to communicate with
555+
PostgreSQL?</H4>
550556

551-
<H4><Aname="2.4">2.4</A>) What languages are able to communicate with PostgreSQL?</H4>
557+
<P>Most popular programming languages contain an interface to
558+
PostgreSQL. Check your programming language's list of extension
559+
modules.</P>
552560

553-
<P>We have:</P>
561+
<P>The following interfaces are included in the PostgreSQL
562+
distribution:</P>
554563

555564
<UL>
556565
<LI>C (libpq)</LI>
557566

558-
<LI>C++ (libpq++)</LI>
559-
560567
<LI>Embedded C (ecpg)</LI>
561568

562569
<LI>Java (jdbc)</LI>
563570

564-
<LI>Perl (DBD::Pg and perl5)</LI>
565-
566-
<LI>ODBC (odbc)</LI>
567-
568571
<LI>Python (PyGreSQL)</LI>
569572

570573
<LI>TCL (libpgtcl)</LI>
571574

572-
<LI>C Easy API (libpgeasy)</LI>
573-
574-
<LI>PHP ('pg_' functions, Pear::DB)</LI>
575575
</UL>
576576
<P>Additional interfaces are available at
577-
<ahref="http://www.PostgreSQL.org/interfaces.html">http://www.PostgreSQL.org/interfaces.html</A>
578-
and
579-
<ahref="http://gborg.PostgreSQL.org">http://gborg.PostgreSQL.org</A>.
577+
<ahref="http://gborg.postgresql.org">http://gborg.postgresql.org</A>
578+
in the<I>Drivers/Interfaces</I> section.
580579
</P>
581580
<HR>
582581

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp