Re: [pg_hba.conf] publish own Python application using PostgreSQL

From: <c(dot)buhtz(at)posteo(dot)jp>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [pg_hba.conf] publish own Python application using PostgreSQL
Date: 2015-07-05 18:58:17
Message-ID: 3mPfSG1xQgzFpW8@dovecot04.posteo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2015-07-05 15:11 Charles Clavadetscher <clavadetscher(at)swisspug(dot)org>
wrote:
> I am not really an expert, but from your description I guess that you
> assume an existing PostgreSQL installation on your customers' server.

The application is a simple open source using a local PostgreSQL
database. The customer is just any user out there.
I guess the PostgreSQL instance itself is in most cases fresh/virgin
installed without any configuration done by the user.

> I would not like to install applications that change settings in
> pg_hba.conf

I know that this is a bad solution. It is just a workaround for my
development environment. I just explained that modifications here to
show how bad my workaround is and how less I know about PostgreSQL.

I read unspecific things about a "configuration file" for the
application that make it possible to get access to PostgreSQL without
having root-access to it. But I don't know details about it.
What could this be?

Is it possible for the user to install a PostgreSQL-using application
(including a fresh install and default-configured PostgreSQL) without
modifying the PostgreSQL-configuration?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2015-07-05 19:09:58 Re: [pg_hba.conf] publish own Python application using PostgreSQL
Previous Message Peter Kroon 2015-07-05 18:54:47 Re: dblink max per function