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

Commit7d57a18

Browse files
committed
Update README file.
Joshua D. Drake
1 parent3694e70 commit7d57a18

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

‎README

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,30 @@ that supports an extended subset of the SQL standard, including
99
transactions, foreign keys, subqueries, triggers, user-defined types
1010
and functions. This distribution also contains C language bindings.
1111

12-
The JDBC, ODBC, C++, Python, and Tcl interfaces have been moved to the
13-
PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate
14-
maintenance. A Perl DBI/DBD driver is available from CPAN.
12+
PostgreSQL has many language interfaces including some of the more
13+
common listed below:
14+
15+
C++ - http://thaiopensource.org/development/libpqxx/
16+
JDBC - http://jdbc.postgresql.org
17+
ODBC - http://odbc.postgresql.org
18+
Perl - http://search.cpan.org/~dbdpg/
19+
PHP - http://www.php.net
20+
Python - http://www.initd.org/
21+
Ruby - http://ruby.scripting.ca/postgres/
22+
23+
Other language binding are available from a variety of contributing
24+
parties.
25+
26+
PostgreSQL also has a great number of procedural languages available,
27+
a short but not complete list is below:
28+
29+
pl/c - Included in PostgreSQL core
30+
plPgsql - Included in PostgreSQL core - Similar to Oracle PL/sql
31+
plPerl - Included in PostgreSQL core
32+
plPHP - http://projects.commandprompt.com/projects/public/plphp
33+
plPython - Included in PostgreSQL core
34+
plJava - http://gborg.postgresql.org/project/pljava/projdisplay.php
35+
plTcl - Included in PostgreSQL core
1536

1637
See the file INSTALL for instructions on how to build and install
1738
PostgreSQL. That file also lists supported operating systems and
@@ -24,5 +45,6 @@ distribution; it can be read as described in the installation
2445
instructions.
2546

2647
The latest version of this software may be obtained at
27-
ftp://ftp.postgresql.org/pub/. For more information look at our web
28-
site located at http://www.postgresql.org/.
48+
http://www.postgresql.org/download/. For more information look at our
49+
web site located at http://www.postgresql.org/.
50+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp