Skip to content

Commit

Permalink
Converted SQL mail into multiple files.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadshoaib committed Oct 25, 2023
1 parent f4c920e commit 1457d9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ OBJS = src/backend/age.o \

EXTENSION = age

SQLS = $(wildcard sql/*.sql)
#SQLS = $(sort ($(wildcard sql/*.sql)))
SQLS = $(shell cat sql/sql_files)

DATA_built = $(age_sql)

Expand Down
16 changes: 16 additions & 0 deletions sql/sql_files
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
01_age_main.sql
02_age_agtype.sql
11_agtype_comparison.sql
12_agtype_access.sql
13_agtype_operators.sql
14_agtype_exists.sql
15_agtype_gin.sql
16_agtype_graphid.sql
17_agtype_coercions.sql
18_agtype_string.sql
20_age_query.sql
41_age_scalar.sql
42_age_string.sql
43_age_trig.sql
44_age_aggregate.sql
45_agtype_typecast.sql

0 comments on commit 1457d9c

Please sign in to comment.