Add PostgreSQL 18 support to Github Actions (#816)
* Run against PostgreSQL 18 * Handle constraints for pg18 * Bump golangci-linter to 1.62.2 (#772) * Bump golangci-linter to 1.62.2 * Address linting warning via change or ignore
This commit is contained in:
@@ -10,5 +10,6 @@ JOIN
|
||||
WHERE
|
||||
n.nspname = $1
|
||||
AND relname = $2
|
||||
AND contype != 'n'
|
||||
ORDER BY
|
||||
contype DESC
|
||||
|
||||
Reference in New Issue
Block a user