forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc92f7c6
committed
Don't qualify type pg_catalog.text in extend-extensions-example.
Extension scripts begin execution with pg_catalog at the front of thesearch path, so type names reliably refer to pg_catalog. Remove thesesuperfluous qualifications. Earlier <programlisting> of this <sect1>already omitted them. Back-patch to 9.3 (all supported versions).1 parent52f3a9d commitc92f7c6
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 |
| - | |
| 1013 | + | |
1014 | 1014 |
| |
1015 |
| - | |
| 1015 | + | |
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 |
| - | |
1019 |
| - | |
| 1018 | + | |
1020 | 1019 |
| |
1021 | 1020 |
| |
1022 | 1021 |
| |
|
0 commit comments
Comments
(0)