|
From: SourceForge.net <no...@so...> - 2005-02-23 14:12:26
|
Feature Requests item #1149532, was opened at 2005-02-22 18:02 Message generated for change (Comment added) made by matchboy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418983&aid=1149532&group_id=37132 Category: Interface Group: Next Release Status: Open Priority: 5 Submitted By: Robby Russell (matchboy) Assigned to: Robert Treat (xzilla) Summary: PostgreSQL Port # Initial Comment: In our shared hosting environment, we have several clients who use phppgadmin, but they have their own private instances of PostgreSQL running on different ports. As there is no 'port' field on the login screen, we decided to skip that and add a SetEnv for PGPORT for their virtualhost, which solves the problems, but each time we want to update phppgadmin, we have to add that into the code for the database connection. Is there any chance we can get a port field added to the login page (defaulted to 5432) ? Thanks! PLANET ARGON http://www.planetargon.com/ ---------------------------------------------------------------------- >Comment By: Robby Russell (matchboy) Date: 2005-02-23 06:12 Message: Logged In: YES user_id=254709 Yes, this is something that I could do, but I would prefer to keep this a bit more obscure for clients. I guess that I was trying to think that when you login to pgsql with say, psql or pgAdmin, you get options to specif the port, host, etc. Just curious as to why we''d have to go in and add new entries into the config. ---------------------------------------------------------------------- Comment By: Christopher Kings-Lynne (chriskl) Date: 2005-02-23 01:52 Message: Logged In: YES user_id=82305 Can you not add each person's pgsql instance to the config.inc.php file, specifying the port? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=418983&aid=1149532&group_id=37132 |