view host/startup/postgres/pg_hba.conf.slave @ 1704:19df8abc9805

add Table.is_list
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Jul 2022 15:53:03 -0600
parents 35c626c06dd5
children
line wrap: on
line source

local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             ::1/128                 trust

local   replication     administrator                                trust
host    replication     administrator        127.0.0.1/32            trust
host    replication     administrator        ::1/128                 trust