Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku committed Nov 24, 2023
1 parent 3aa28f2 commit b26a06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgspecial/sql/dbcommands.sql
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ FROM pg_catalog.pg_constraint r
WHERE r.conrelid = :oid
AND r.contype = 'c'
ORDER BY 1;
-- name: get_foreign_key_constratints
-- name: get_foreign_key_constraints
SELECT conname,
pg_catalog.pg_get_constraintdef(r.oid, TRUE) AS condef
FROM pg_catalog.pg_constraint r
Expand Down

0 comments on commit b26a06d

Please sign in to comment.