Skip to content

Commit b26a06d

Browse files
committed
typo
1 parent 3aa28f2 commit b26a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgspecial/sql/dbcommands.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ FROM pg_catalog.pg_constraint r
997997
WHERE r.conrelid = :oid
998998
AND r.contype = 'c'
999999
ORDER BY 1;
1000-
-- name: get_foreign_key_constratints
1000+
-- name: get_foreign_key_constraints
10011001
SELECT conname,
10021002
pg_catalog.pg_get_constraintdef(r.oid, TRUE) AS condef
10031003
FROM pg_catalog.pg_constraint r

0 commit comments

Comments
 (0)