forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ec2a15
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 parente88d41a commit6ec2a15
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
979 | 979 |
| |
980 | 980 |
| |
981 | 981 |
| |
982 |
| - | |
| 982 | + | |
983 | 983 |
| |
984 |
| - | |
| 984 | + | |
985 | 985 |
| |
986 | 986 |
| |
987 |
| - | |
988 |
| - | |
| 987 | + | |
989 | 988 |
| |
990 | 989 |
| |
991 | 990 |
| |
|
0 commit comments
Comments
(0)