This website requires JavaScript.
Explore
Help
Sign In
mirror
/
postgresql
Watch
2
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2024-12-27 08:39:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24dd0502a1
postgresql
/
contrib
/
btree_gist
/
expected
/
init.out
2 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Convert contrib modules to use the extension facility. This isn't fully tested as yet, in particular I'm not sure that the "foo--unpackaged--1.0.sql" scripts are OK. But it's time to get some buildfarm cycles on it. sepgsql is not converted to an extension, mainly because it seems to require a very nonstandard installation process. Dimitri Fontaine and Tom Lane
2011-02-14 09:06:41 +08:00
CREATE EXTENSION btree_gist;
Reference in New Issue
Copy Permalink