[drupal-devel] [bug] PostgreSQL Socket Connection
iamtheari
drupal-devel at drupal.org
Sat Jul 16 16:52:20 UTC 2005
Issue status update for
http://drupal.org/node/26836
Post a follow up:
http://drupal.org/project/comments/add/26836
Project: Drupal
Version: 4.6.2
Component: postgresql database
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: iamtheari
Updated by: iamtheari
Status: patch
Attachment: http://drupal.org/files/issues/drupal-pgsql-socket.patch (917 bytes)
Drupal does not allow for PostgreSQL connections via unix socket. I
have written a patch that allows it to do so. The effect of this patch
is that a hostname of 'localhost' in a pgsql:// $db_url will use Unix
sockets unless a port it set in the URL. A hostname of '127.0.0.1'
will use TCP/IP as before.
Examples:
Unix socket: pgsql://user:pass@localhost/db
TCP/IP: pgsql://user:pass@localhost:4444/db
TCP/IP: pgsql://user:pass@127.0.0.1/db
TCP/IP: pgsql://user:pass@127.0.0.1:4444/db
The patch is attached to this bug report. From a top-level Drupal
directory, type 'patch -p0 < /path/to/drupal-pgsql-socket.patch' to
apply it (omit the single-quotes).
iamtheari
More information about the drupal-devel
mailing list