Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e176165

Browse files
committed
Fix missing extension/zson--1.1.sql error #7
1 parent b3a7091 commit e176165

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXTENSION = zson
22
MODULES = zson
3-
DATA = zson--1.0.sql zson--1.0--1.1.sql
3+
DATA = zson--1.1.sql zson--1.0--1.1.sql
44
OBJS = zson.o
55
REGRESS = zson
66

‎zson--1.0.sql‎ renamed to ‎zson--1.1.sql‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CREATE TABLE zson_dict (
1010
PRIMARY KEY(dict_id, word_id)
1111
);
1212

13+
SELECT pg_catalog.pg_extension_config_dump('zson_dict', '');
14+
1315
-- Usage: select zson_learn('{{"table1", "col1"}, {"table2", "col2"}, ... }');
1416
CREATE FUNCTION zson_learn(
1517
tables_and_columns text[][],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /