Movatterモバイル変換


[0]ホーム

URL:


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

Commite176165

Browse files
committed
Fixmissing extension/zson--1.1.sql error#7
1 parentb3a7091 commite176165

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.sqlrenamed 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+
SELECTpg_catalog.pg_extension_config_dump('zson_dict','');
14+
1315
-- Usage: select zson_learn('{{"table1", "col1"}, {"table2", "col2"}, ... }');
1416
CREATEFUNCTIONzson_learn(
1517
tables_and_columnstext[][],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp