| From: | Ron <ronljohnsonjr(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Question: Multiple pg clusters on one server can be reached with the standard port. |
| Date: | 2023-06-16 14:04:19 |
| Message-ID: | aa552f08-3716-a02b-076d-84739b0e6eb9@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 6/16/23 07:50, Laurenz Albe wrote:
> On Fri, 2023-06-16 at 12:35 +0000, Brainmue wrote:
>> We want to minimise dependencies between the application and the associated PostgreSQL DB.
>> The idea is that the application gets its DB alias and this is then used as a connection string.
>> This way we can decide in the backend on which server the PostgreSQL DB is running.
> There is an existing solution for that: the libpq connection service file:
> https://www.postgresql.org/docs/current/libpq-pgservice.html
Do JDBC and ODBC recognize .pg_service.conf? I know they don't recognize
.pgpass.
> If you want to manage the connection strings centrally, you can use LDAP lookup:
> https://www.postgresql.org/docs/current/libpq-ldap.html
>
> Yours,
> Laurenz Albe
--
Born in Arizona, moved to Babylonia.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brainmue | 2023-06-16 14:49:34 | Re: Question: Multiple pg clusters on one server can be reached with the standard port. |
| Previous Message | Dominique Devienne | 2023-06-16 13:25:49 | Re: Question: Multiple pg clusters on one server can be reached with the standard port. |