forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite20b1ea
committed
Make get_extension_schema() available
This routine is able to retrieve the OID of the schema used with anextension (pg_extension.extnamespace), or InvalidOid if this informationis not available. plpgsql_check embeds a copy of this code whenperforming checks on functions, as one out-of-core example.Author: Pavel StehuleReviewed-by: Julien RouhaudDiscussion:https://postgr.es/m/CAFj8pRD+9x55hjDoi285jCcjPc8uuY_D+FLn5RpXggdz+4O2sQ@mail.gmail.com1 parentcf96907 commite20b1ea
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
0 commit comments
Comments
(0)