Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy