forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c8974e
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 parent36c07fc commit2c8974e
1 file changed
+3
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
931 |
| - | |
| 931 | + | |
932 | 932 |
| |
933 |
| - | |
| 933 | + | |
934 | 934 |
| |
935 | 935 |
| |
936 |
| - | |
937 |
| - | |
| 936 | + | |
938 | 937 |
| |
939 | 938 |
| |
940 | 939 |
| |
|
0 commit comments
Comments
(0)