Re: [PATCHES] Patch to readme

2006-02-12 Thread Bruce Momjian

Change made.

---

Greg Sabino Mullane wrote:
[ There is text before PGP section. ]
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
  Perl - http://www.cpan.org
 
 Could someone please change this to:
 
 Perl - http://search.cpan.org/~dbdpg/
 
 Thanks!
 
 - --
 Greg Sabino Mullane [EMAIL PROTECTED]
 PGP Key: 0x14964AC8 200602071000
 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
 
 
 
 -BEGIN PGP SIGNATURE-
 
 iD8DBQFD6LYbvJuQZxSWSsgRAn+aAJ4hTjdkEWO9qxwLdXkmOkzrhOTg8QCg0ieB
 cXCK/r4vobtqtcWf9NGfXt4=
 =LRoy
 -END PGP SIGNATURE-
 
 
 
 ---(end of broadcast)---
 TIP 6: explain analyze is your friend
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [PATCHES] Patch to readme

2006-02-07 Thread Greg Sabino Mullane

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Perl - http://www.cpan.org

Could someone please change this to:

Perl - http://search.cpan.org/~dbdpg/

Thanks!

- --
Greg Sabino Mullane [EMAIL PROTECTED]
PGP Key: 0x14964AC8 200602071000
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8



-BEGIN PGP SIGNATURE-

iD8DBQFD6LYbvJuQZxSWSsgRAn+aAJ4hTjdkEWO9qxwLdXkmOkzrhOTg8QCg0ieB
cXCK/r4vobtqtcWf9NGfXt4=
=LRoy
-END PGP SIGNATURE-



---(end of broadcast)---
TIP 6: explain analyze is your friend


[PATCHES] Patch to readme

2006-02-06 Thread Joshua D. Drake
Attached is a patch to the README file to bring it a little more up to 
date with

current PostgreSQL.
12,14c12,23
 The JDBC, ODBC, C++, Python, and Tcl interfaces have been moved to the
 PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate
 maintenance.  A Perl DBI/DBD driver is available from CPAN.
---
 PostgreSQL has many language interfaces including some of the more
 common listed below:
 
 JDBC - http://jdbc.postgresql.org
 ODBC - http://odbc.postgresql.org
 C++ - http://thaiopensource.org/development/libpqxx/
 Perl - http://www.cpan.org
 Python - http://www.initd.org/
 Ruby - http://ruby.scripting.ca/postgres/
 
 Other language binding are available from a variety of contributing
 parties.
27c36
 ftp://ftp.postgresql.org/pub/.  For more information look at our web
---
 http://www.postgresql.org/download/.  For more information look at our web

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [PATCHES] Patch to readme

2006-02-06 Thread Marc G. Fournier


Is there a reason you didn't list the pl/PHP one?  Seems appropriate for 
that list no?


On Mon, 6 Feb 2006, Joshua D. Drake wrote:

Attached is a patch to the README file to bring it a little more up to date 
with

current PostgreSQL.




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match


Re: [PATCHES] Patch to readme

2006-02-06 Thread Joshua D. Drake

Marc G. Fournier wrote:



Is there a reason you didn't list the pl/PHP one?  Seems appropriate 
for that list no?


I was only listing client side interfaces... I could adapt to include 
the PL interfaces.


Joshua D. Drake


On Mon, 6 Feb 2006, Joshua D. Drake wrote:

Attached is a patch to the README file to bring it a little more up 
to date with

current PostgreSQL.




Marc G. Fournier   Hub.Org Networking Services 
(http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 
7615664


---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match




---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match


Re: [PATCHES] Patch to readme

2006-02-06 Thread Joshua D. Drake

Marc G. Fournier wrote:



Is there a reason you didn't list the pl/PHP one?  Seems appropriate 
for that list no?


On Mon, 6 Feb 2006, Joshua D. Drake wrote:



adapted.



Attached is a patch to the README file to bring it a little more up 
to date with

current PostgreSQL.




Marc G. Fournier   Hub.Org Networking Services 
(http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 
7615664


---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match



12,14c12,35
 The JDBC, ODBC, C++, Python, and Tcl interfaces have been moved to the
 PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate
 maintenance.  A Perl DBI/DBD driver is available from CPAN.
---
 PostgreSQL has many language interfaces including some of the more
 common listed below:
 
 C++ - http://thaiopensource.org/development/libpqxx/
 JDBC - http://jdbc.postgresql.org
 ODBC - http://odbc.postgresql.org
 Perl - http://www.cpan.org
 PHP - http://www.php.net
 Python - http://www.initd.org/
 Ruby - http://ruby.scripting.ca/postgres/
 
 Other language binding are available from a variety of contributing
 parties.
 
 PostgreSQL also has a great number of procedural languages available,
 a short but not complete list is below:
 
 pl/c - Included in PostgreSQL core 
 plPgsql - Included in PostgreSQL core - Similar to Oracle PL/sql
 plPerl - Included in PostgreSQL core
 plPHP - http://projects.commandprompt.com/projects/public/plphp
 plPython - Included in PostgreSQL core
 plJava - http://gborg.postgresql.org/project/pljava/projdisplay.php
 plTcl - Included in PostgreSQL core
27c48
 ftp://ftp.postgresql.org/pub/.  For more information look at our web
---
 http://www.postgresql.org/download/.  For more information look at our web

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster