SELECT tgname AS trigger_name, relname AS table_name, nspname AS schema_name FROM pg_trigger t JOIN pg_class c ON t.tgrelid = c.oid JOIN pg_namespace n ON c.relnamespace = n.oid WHERE tgfoid = 'e_belediye.pi_rapor_tr_sp()'::regprocedure;
-
Notifications
You must be signed in to change notification settings - Fork 0
bayrktlihn/postgresql
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published