Content-Length: 256058 | pFad | http://github.com/postgrespro/postgres/commit/7ce569babddf7bc76657390032cb6cf6793476cc

B1 Add missing condition for pg_depend in hstore migration script. · postgrespro/postgres@7ce569b · GitHub
Skip to content

Commit 7ce569b

Browse files
committed
Add missing condition for pg_depend in hstore migration script.
Error noted by Andres Freund.
1 parent eebdea0 commit 7ce569b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/hstore/hstore--1.1--1.2.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ BEGIN
1818
FROM pg_proc p
1919
JOIN pg_depend d
2020
ON p.proname = 'hstore_to_json_loose'
21+
AND d.classid = 'pg_proc'::regclass
2122
AND d.objid = p.oid
2223
AND d.refclassid = 'pg_extension'::regclass
2324
JOIN pg_extension x

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/7ce569babddf7bc76657390032cb6cf6793476cc

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy