Skip to content

Commit

Permalink
update some scripts w.r.t. not using pg_catalog_get_defs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed Jan 23, 2023
1 parent b156309 commit d39fbb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/meta
Submodule meta updated 1 files
+6 −6 001-catalog.sql
2 changes: 1 addition & 1 deletion scripts/create_extensions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ create extension if not exists dblink schema public;
create extension if not exists "uuid-ossp";
create extension if not exists pgcrypto schema public;
create extension if not exists postgres_fdw;
create extension pg_catalog_get_defs schema pg_catalog;
create extension meta;
create extension meta_triggers;
create extension bundle;
create extension event;
create extension endpoint;
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ SRC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
rm -f $SRC/../extensions/*/*--0.3.0.sql

echo "Building core PostgreSQL extensions..."
cd $SRC/../extensions/pg_catalog_get_defs && make
cd $SRC/../extensions/meta && make
cd $SRC/../extensions/meta_triggers && make
cd $SRC/../extensions/bundle && make
cd $SRC/../extensions/event && make

Expand Down

0 comments on commit d39fbb9

Please sign in to comment.