RE: [PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Marc Boeren
Hi, > However, on one of our servers, we have to run Postgres on a > port other than 5432. > It looks to me that in dbx_mysql.c, you can use the MySQL > "host:port/host:socket" syntax. Is there any possibility > that this syntax or a variation of it could be used throughout > dbx? You c

[PHP-DEV] dbx question - specifying a port for pgsql

2002-09-27 Thread Jeff Van Campen
Hello, We have been using dbx here at work, and it seems that it could be a very useful tool, since we use several DBMSs. However, on one of our servers, we have to run Postgres on a port other than 5432. After reading the documentation and finding nothing there, I took a look at the source,