Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit pg_hba.conf and allow Users access the database.

File location pg_hba.conf

Windows: C:\Program Files\PostgreSQL\14\data\pg_hba.conf

  1. configure access to the database

    1. edit postgresql.conf

    2. edit line: listen_addresses = '*'

  2. allow User access

    1. edit pg_hba.conf

    2. edit block:

...