|
1 | | -create extension address_standardizer; |
2 | | -create extension address_standardizer_data_us; |
3 | | -create extension adminpack; |
4 | | -create extension amcheck; |
5 | | -create extension autoinc; |
6 | | -create extension bloom; |
7 | | -create extension btree_gin; |
8 | | -create extension btree_gist; |
9 | | -create extension citext; |
10 | | -create extension cube; |
11 | | -create extension dblink; |
12 | | -create extension dict_int; |
13 | | -create extension dict_xsyn; |
14 | | -create extension earthdistance; |
15 | | -create extension file_fdw; |
16 | | -create extension fuzzystrmatch; |
17 | | -create extension http; |
18 | | -create extension hstore; |
19 | | -create extension hypopg; |
20 | | -create extension index_advisor; |
21 | | -create extension insert_username; |
22 | | -create extension intagg; |
23 | | -create extension intarray; |
24 | | -create extension isn; |
25 | | -create extension lo; |
26 | | -create extension ltree; |
27 | | -create extension moddatetime; |
28 | | -create extension old_snapshot; |
29 | | -create extension pageinspect; |
30 | | -create extension pg_backtrace; |
31 | | -create extension pg_buffercache; |
| 1 | +create extension if not exists address_standardizer; |
| 2 | +create extension if not exists address_standardizer_data_us; |
| 3 | +create extension if not exists adminpack; |
| 4 | +create extension if not exists amcheck; |
| 5 | +create extension if not exists autoinc; |
| 6 | +create extension if not exists bloom; |
| 7 | +create extension if not exists btree_gin; |
| 8 | +create extension if not exists btree_gist; |
| 9 | +create extension if not exists citext; |
| 10 | +create extension if not exists cube; |
| 11 | +create extension if not exists dblink; |
| 12 | +create extension if not exists dict_int; |
| 13 | +create extension if not exists dict_xsyn; |
| 14 | +create extension if not exists earthdistance; |
| 15 | +create extension if not exists file_fdw; |
| 16 | +create extension if not exists fuzzystrmatch; |
| 17 | +create extension if not exists http; |
| 18 | +create extension if not exists hstore; |
| 19 | +create extension if not exists hypopg; |
| 20 | +create extension if not exists index_advisor; |
| 21 | +create extension if not exists insert_username; |
| 22 | +create extension if not exists intagg; |
| 23 | +create extension if not exists intarray; |
| 24 | +create extension if not exists isn; |
| 25 | +create extension if not exists lo; |
| 26 | +create extension if not exists ltree; |
| 27 | +create extension if not exists moddatetime; |
| 28 | +create extension if not exists old_snapshot; |
| 29 | +create extension if not exists pageinspect; |
| 30 | +create extension if not exists pg_backtrace; |
| 31 | +create extension if not exists pg_buffercache; |
32 | 32 |
|
33 | 33 | /* |
34 | 34 | TODO: Does not enable locally mode |
35 | 35 | requires a change to postgresql.conf to set |
36 | 36 | cron.database_name = 'testing' |
37 | 37 | */ |
38 | | --- create extension pg_cron; |
| 38 | +-- create extension if not exists pg_cron; |
39 | 39 |
|
40 | | -create extension pg_net; |
41 | | -create extension pg_graphql; |
42 | | -create extension pg_freespacemap; |
43 | | -create extension pg_hashids; |
44 | | -create extension pg_prewarm; |
45 | | -create extension pgmq; |
46 | | -create extension pg_jsonschema; |
47 | | -create extension pg_repack; |
48 | | -create extension pg_stat_monitor; |
49 | | -create extension pg_stat_statements; |
50 | | -create extension pg_surgery; |
51 | | -create extension pg_tle; |
52 | | -create extension pg_trgm; |
53 | | -create extension pg_visibility; |
54 | | -create extension pg_walinspect; |
55 | | -create extension pgaudit; |
56 | | -create extension pgcrypto; |
57 | | -create extension pgtap; |
58 | | -create extension pgjwt; |
59 | | -create extension pgroonga; |
60 | | -create extension pgroonga_database; |
61 | | -create extension pgsodium; |
62 | | -create extension pgrowlocks; |
63 | | -create extension pgstattuple; |
64 | | -create extension plpgsql_check; |
65 | | -create extension plv8; |
66 | | -create extension plcoffee; |
67 | | -create extension plls; |
68 | | -create extension postgis; |
69 | | -create extension postgis_raster; |
70 | | -create extension postgis_sfcgal; |
71 | | -create extension postgis_tiger_geocoder; |
72 | | -create extension postgis_topology; |
73 | | -create extension pgrouting; -- requires postgis |
74 | | -create extension postgres_fdw; |
75 | | -create extension rum; |
76 | | -create extension refint; |
77 | | -create extension seg; |
78 | | -create extension sslinfo; |
79 | | -create extension supabase_vault; |
80 | | -create extension tablefunc; |
81 | | -create extension tcn; |
82 | | -create extension timescaledb; |
83 | | -create extension tsm_system_rows; |
84 | | --- create extension tsm_system_time; not supported in apache license |
85 | | -create extension unaccent; |
86 | | -create extension "uuid-ossp"; |
87 | | -create extension vector; |
88 | | -create extension wrappers; |
89 | | -create extension xml2; |
| 40 | +create extension if not exists pg_net; |
| 41 | +create extension if not exists pg_graphql; |
| 42 | +create extension if not exists pg_freespacemap; |
| 43 | +create extension if not exists pg_hashids; |
| 44 | +create extension if not exists pg_prewarm; |
| 45 | +create extension if not exists pgmq; |
| 46 | +create extension if not exists pg_jsonschema; |
| 47 | +create extension if not exists pg_repack; |
| 48 | +create extension if not exists pg_stat_monitor; |
| 49 | +create extension if not exists pg_stat_statements; |
| 50 | +create extension if not exists pg_surgery; |
| 51 | +create extension if not exists pg_tle; |
| 52 | +create extension if not exists pg_trgm; |
| 53 | +create extension if not exists pg_visibility; |
| 54 | +create extension if not exists pg_walinspect; |
| 55 | +create extension if not exists pgaudit; |
| 56 | +create extension if not exists pgcrypto; |
| 57 | +create extension if not exists pgtap; |
| 58 | +create extension if not exists pgjwt; |
| 59 | +create extension if not exists pgroonga; |
| 60 | +create extension if not exists pgroonga_database; |
| 61 | +create extension if not exists pgsodium; |
| 62 | +create extension if not exists pgrowlocks; |
| 63 | +create extension if not exists pgstattuple; |
| 64 | +create extension if not exists plpgsql_check; |
| 65 | +create extension if not exists plv8; |
| 66 | +create extension if not exists plcoffee; |
| 67 | +create extension if not exists plls; |
| 68 | +create extension if not exists postgis; |
| 69 | +create extension if not exists postgis_raster; |
| 70 | +create extension if not exists postgis_sfcgal; |
| 71 | +create extension if not exists postgis_tiger_geocoder; |
| 72 | +create extension if not exists postgis_topology; |
| 73 | +create extension if not exists pgrouting; -- requires postgis |
| 74 | +create extension if not exists postgres_fdw; |
| 75 | +create extension if not exists rum; |
| 76 | +create extension if not exists refint; |
| 77 | +create extension if not exists seg; |
| 78 | +create extension if not exists sslinfo; |
| 79 | +create extension if not exists supabase_vault; |
| 80 | +create extension if not exists tablefunc; |
| 81 | +create extension if not exists tcn; |
| 82 | +create extension if not exists timescaledb; |
| 83 | +create extension if not exists tsm_system_rows; |
| 84 | +-- create extension if not exists tsm_system_time; not supported in apache license |
| 85 | +create extension if not exists unaccent; |
| 86 | +create extension if not exists "uuid-ossp"; |
| 87 | +create extension if not exists vector; |
| 88 | +create extension if not exists wrappers; |
| 89 | +create extension if not exists xml2; |
0 commit comments