Use Postgres from all users on server computer
Michael Houlberg
michael at houlbergdevelopment.com
Tue Nov 1 15:50:45 UTC 2022
Well it turns out it was a false alarm. Everything was working as it should, the client was just confused about what he was doing.
Thanks for the support! It is always appreciated!
Michael Houlberg
Houlberg Development, LLC
Sent from my iPad
> On Nov 1, 2022, at 12:28 AM, Sten-Erik Björling <s-e.bjorling at enviro.se> wrote:
>
> Hi,
>
> Also remember the setting in postgresql.conf:
>
> listen_addresses = '*' # what IP address(es) to listen on;
>
> Stene
>
>> 31 okt. 2022 kl. 22:48 skrev Doug Easterbrook via omnisdev-en <omnisdev-en at lists.omnis-dev.com>:
>>
>> he pg_hba.conf can have settings for application and user in it. see https://www.postgresql.org/docs/current/auth-pg-hba-conf.html
>>
>> Normally I use an entry like
>>
>> database user IPrange auth method
>> host all all 192.168.x.x/24 scram-sha-256
>>
>> the ‘all all’. means all databases, all users.
>>
>
> _____________________________________________________________
> Manage your list subscriptions at https://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list