bpt22 pushed to branch main at Root / DBRoot / PostgreSQL
Commits:
-
c9dda222
by Bernardo Pavloski Tomasi at 2025-08-01T16:29:51-03:00
1 changed file:
Changes:
1 | 1 | #!/bin/sh
|
2 | 2 | |
3 | +set -x
|
|
4 | + |
|
3 | 5 | pg_hba="$1"
|
4 | 6 | |
5 | 7 | # Extrair hostnames não-IP e não-localhost
|