SYMBOL INDEX (2078 symbols across 164 files) FILE: connection.c type Oid (line 32) | typedef Oid ConnCacheKey; type ConnCacheEntry (line 34) | typedef struct ConnCacheEntry type BusyHandlerArg (line 81) | typedef struct BusyHandlerArg function sqlite3 (line 94) | sqlite3 * function sqlite3 (line 190) | static sqlite3 * function sqlite_make_new_connection (line 228) | static void function sqlite_cleanup_connection (line 267) | void function sqlite_do_sql_command (line 302) | void function sqlite_begin_remote_xact (line 357) | static void function sqlitefdw_report_error (line 396) | void function sqlitefdw_xact_callback (line 425) | static void function sqlitefdw_reset_xact_state (line 526) | static void function sqlitefdw_subxact_callback (line 553) | static void function sqlitefdw_inval_callback (line 650) | static void function Datum (line 702) | Datum function Datum (line 849) | Datum function Datum (line 877) | Datum function sqlitefdw_abort_cleanup (line 896) | static void function sqlite_disconnect_cached_connections (line 951) | static bool function sqlite_cache_stmt (line 1022) | void function sqlite_finalize_list_stmt (line 1043) | static void function List (line 1063) | static List * FILE: deparse.c type foreign_glob_cxt (line 43) | typedef struct foreign_glob_cxt type FDWCollateState (line 55) | typedef enum type foreign_loc_cxt (line 62) | typedef struct foreign_loc_cxt type deparse_expr_cxt (line 71) | typedef struct deparse_expr_cxt function sqlite_deparse_relation (line 188) | static void function sqlite_is_foreign_expr (line 238) | bool function sqlite_is_foreign_param (line 301) | bool function sqlite_deparsable_data_type (line 344) | static bool function sqlite_is_foreign_pathkey (line 383) | bool function sqlite_foreign_expr_walker (line 444) | static bool function List (line 1249) | List * function sqlite_deparse_select_stmt_for_rel (line 1304) | void function sqlite_deparse_select (line 1378) | static void function sqlite_deparse_from_expr (line 1436) | static void function sqlite_append_conditions (line 1480) | static void function sqlite_deparse_explicit_target_list (line 1552) | static void function sqlite_deparse_subquery_target_list (line 1583) | static void function sqlite_deparse_from_expr_for_rel (line 1631) | static void function sqlite_deparse_range_tbl_ref (line 1896) | static void function sqlite_rebuild_insert (line 2058) | void function sqlite_deparse_analyze (line 2106) | void function sqlite_deparse_target_list (line 2119) | static void function sqlite_append_where_clause (line 2190) | void function sqlite_deparse_truncate (line 2227) | void function sqlite_deparse_column_ref (line 2252) | static void function sqlite_deparse_string_literal (line 2550) | void function sqlite_deparse_expr (line 2580) | static void function preferred_sqlite_affinity (line 2698) | int function sqlite_deparse_direct_update_sql (line 2737) | void function sqlite_deparse_delete (line 2876) | void function sqlite_deparse_direct_delete_sql (line 2909) | void function sqlite_deparse_var (line 2970) | static void function Var (line 3034) | static Var * function sqlite_deparse_const (line 3059) | static void function sqlite_deparse_param (line 3293) | static void function sqlite_deparse_func_expr (line 3340) | static void function sqlite_deparse_op_expr (line 3391) | static void function sqlite_deparse_operator_name (line 3440) | static void function sqlite_deparse_scalar_array_op_expr (line 3491) | static void function sqlite_deparse_relabel_type (line 3701) | static void function sqlite_deparse_bool_expr (line 3713) | static void function sqlite_deparse_null_test (line 3751) | static void function sqlite_deparse_array_expr (line 3767) | static void function sqlite_deparse_case_expr (line 3788) | static void function sqlite_deparse_null_if_expr (line 3835) | static void function sqlite_deparse_coalesce_expr (line 3850) | static void function sqlite_print_remote_param (line 3877) | static void function sqlite_print_remote_placeholder (line 3886) | static void function sqlite_is_builtin (line 3913) | bool function sqlite_deparse_aggref (line 3926) | static void function sqlite_append_group_by_clause (line 4022) | static void function sqlite_append_agg_order_by (line 4065) | static void function sqlite_append_order_by_clause (line 4098) | static void function sqlite_append_order_by_suffix (line 4209) | static void sqlite_append_order_by_suffix(Oid sortop, Oid sortcoltype, function sqlite_append_limit_clause (line 4237) | static void function sqlite_append_function_name (line 4275) | static void function Node (line 4310) | static Node * function sqlite_is_subquery_var (line 4353) | static bool function sqlite_get_relation_column_alias_ids (line 4415) | static void function sqlite_contain_immutable_functions (line 4470) | static bool function sqlite_contain_immutable_functions_walker (line 4476) | static bool function sqlite_is_foreign_function_tlist (line 4515) | bool function sqlite_classify_conditions (line 4593) | void FILE: option.c type SqliteFdwOption (line 31) | struct SqliteFdwOption type SqliteFdwOption (line 42) | struct SqliteFdwOption function Datum (line 76) | Datum function sqlite_is_valid_option (line 183) | bool function sqlite_opt (line 199) | sqlite_opt * FILE: sql/13.15/aggregate.sql type multiprimary (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type multiprimary (line 19) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type limittest (line 49) | CREATE FOREIGN TABLE limittest(id serial OPTIONS (key 'true') FILE: sql/13.15/extra/aggregates.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type aggtest (line 30) | CREATE FOREIGN TABLE aggtest ( type student (line 36) | CREATE FOREIGN TABLE student ( type tenk1 (line 44) | CREATE FOREIGN TABLE tenk1 ( type INT8_TBL (line 64) | CREATE FOREIGN TABLE INT8_TBL( type INT4_TBL (line 80) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type multi_arg_agg (line 93) | CREATE FOREIGN TABLE multi_arg_agg (a int OPTIONS (key 'true') type VARCHAR_TBL (line 96) | CREATE FOREIGN TABLE VARCHAR_TBL(f1 varchar(4) OPTIONS (key 'true') type FLOAT8_TBL (line 99) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type agg_tb (line 121) | CREATE FOREIGN TABLE agg_tb(v int, id integer OPTIONS (key 'true') type agg_tb2 (line 142) | CREATE FOREIGN TABLE agg_tb2(v text) type agg_t3 (line 211) | CREATE FOREIGN TABLE agg_t3(a float8, b float8, id integer OPTIONS (key ... type agg_t4 (line 245) | CREATE FOREIGN TABLE agg_t4(a float4, b float4, id integer OPTIONS (key ... type agg_t5 (line 279) | CREATE FOREIGN TABLE agg_t5(a numeric, b numeric, id integer OPTIONS (ke... type agg_t8 (line 319) | CREATE FOREIGN TABLE agg_t8(a text OPTIONS (key 'true') type agg_t6 (line 418) | CREATE FOREIGN TABLE agg_t6(a float8, id integer OPTIONS (key 'true') type agg_t7 (line 469) | CREATE FOREIGN TABLE agg_t7(a float8, b float8, c float8, d float8, id i... type regr_test (line 493) | CREATE FOREIGN TABLE regr_test (x float8, y float8, id int options (key ... type agg_t15 (line 515) | CREATE FOREIGN TABLE agg_t15 (a text, b int, c int, id int options (key ... type agg_t16 (line 539) | CREATE FOREIGN TABLE agg_t16 (a text, b text, id int options (key 'true') function sum3 (line 612) | create function sum3(int8,int8,int8) returns int8 as type bitwise_test (line 688) | CREATE FOREIGN TABLE bitwise_test( type bool_test_tmp (line 737) | CREATE FOREIGN TABLE bool_test_tmp( type bool_test (line 809) | CREATE FOREIGN TABLE bool_test( type minmaxtest (line 957) | create foreign table minmaxtest(f1 int) type minmaxtest1 (line 959) | create table minmaxtest1() inherits (minmaxtest) type minmaxtest2 (line 961) | create table minmaxtest2() inherits (minmaxtest) type minmaxtest3 (line 963) | create table minmaxtest3() inherits (minmaxtest) type minmaxtest1i (line 965) | create index minmaxtest1i on minmaxtest1(f1) type minmaxtest2i (line 967) | create index minmaxtest2i on minmaxtest2(f1 desc) type minmaxtest3i (line 969) | create index minmaxtest3i on minmaxtest3(f1) where f1 is not null type agg_t1 (line 1006) | create foreign table agg_t1 (a int OPTIONS (key 'true') type agg_t2 (line 1008) | create foreign table agg_t2 (x int OPTIONS (key 'true') type agg_t9 (line 1010) | create foreign table agg_t9 (a int OPTIONS (key 'true') type t1c (line 1037) | create temp table t1c () inherits (agg_t1) type t1 (line 1070) | create foreign table t1(f1 int, f2 int) type t2 (line 1072) | create foreign table t2(f1 bigint, f2 oid) function aggf_trans (line 1204) | create function aggf_trans(aggtype[],integer,integer,text) returns aggty... function aggfns_trans (line 1209) | create function aggfns_trans(aggtype[],integer,integer,text) returns agg... type agg_view1 (line 1257) | create view agg_view1 as type agg_view1 (line 1266) | create or replace view agg_view1 as type agg_view1 (line 1275) | create or replace view agg_view1 as type agg_view1 (line 1284) | create or replace view agg_view1 as type agg_view1 (line 1293) | create or replace view agg_view1 as type agg_view1 (line 1302) | create or replace view agg_view1 as type agg_view1 (line 1311) | create or replace view agg_view1 as type bytea_test_table (line 1379) | create foreign table bytea_test_table(v bytea) type pagg_test (line 1404) | create foreign table pagg_test (x int, y int) type v_pagg_test (line 1417) | create view v_pagg_test AS type agg_t17 (line 1485) | create foreign table agg_t17(foo text, bar text) type agg_t170 (line 1493) | create foreign table agg_t170(v int) type agg_t18 (line 1499) | create foreign table agg_t18 (inner_c int) type agg_t19 (line 1501) | create foreign table agg_t19 (outer_c int) type agg_t21 (line 1651) | create foreign table agg_t21 (x int) type agg_t20 (line 1664) | create foreign table agg_t20 (x text) type aggordview1 (line 1794) | create view aggordview1 as function least_accum (line 1811) | create function least_accum(anyelement, variadic anyarray) function cleast_accum (line 1821) | create function cleast_accum(anycompatible, variadic anycompatiblearray) type agg_t10 (line 1845) | create foreign table agg_t10(one int, id int options (key 'true') type agg_t11 (line 1847) | create foreign table agg_t11(one int, two int, id int options (key 'true') type agg_t12 (line 1849) | create foreign table agg_t12(a int, id int options (key 'true') function avg_transfn (line 1856) | create or replace function avg_transfn(state avg_state, n int) returns a... function avg_finalfn (line 1879) | create function avg_finalfn(state avg_state) returns int4 as function sum_finalfn (line 1891) | create function sum_finalfn(state avg_state) returns int4 as function sum_transfn (line 2030) | create or replace function sum_transfn(state int4, n int4) returns int4 as function halfsum_finalfn (line 2051) | create function halfsum_finalfn(state int4) returns int4 as function balkifnull (line 2094) | CREATE FUNCTION balkifnull(int8, int4) function balkifnull (line 2124) | CREATE FUNCTION balkifnull(int8, int8) function rwagg_sfunc (line 2160) | CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray function rwagg_finalfunc (line 2167) | CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray function eatarray (line 2184) | CREATE FUNCTION eatarray(x real[]) RETURNS real[] type float_tb (line 2192) | CREATE FOREIGN TABLE float_tb(f real) type agg_t13 (line 2254) | create foreign table agg_t13(x int, id int options (key 'true') type agg_t14 (line 2267) | create foreign table agg_t14(x int, y int, id int options (key 'true') type agg_data_2k (line 2333) | create foreign table agg_data_2k(g int, id int options (key 'true') type agg_data_20k (line 2335) | create foreign table agg_data_20k(g int, id int options (key 'true') type agg_group_1 (line 2338) | create foreign table agg_group_1(c1 int, c2 numeric, c3 int) type agg_group_2 (line 2340) | create foreign table agg_group_2(a int, c1 numeric, c2 text, c3 int) type agg_group_3 (line 2342) | create foreign table agg_group_3(c1 numeric, c2 int4, c3 int) type agg_group_4 (line 2344) | create foreign table agg_group_4(c1 numeric, c2 text, c3 int) type agg_hash_1 (line 2347) | create foreign table agg_hash_1(c1 int, c2 numeric, c3 int) type agg_hash_2 (line 2349) | create foreign table agg_hash_2(a int, c1 numeric, c2 text, c3 int) type agg_hash_3 (line 2351) | create foreign table agg_hash_3(c1 numeric, c2 int4, c3 int) type agg_hash_4 (line 2353) | create foreign table agg_hash_4(c1 numeric, c2 text, c3 int) FILE: sql/13.15/extra/encodings.sql type "Unicode data" (line 42) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 54) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 191) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 328) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 465) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 602) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 739) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 876) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1013) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1150) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1287) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1424) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1561) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1698) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1835) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1972) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2109) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2246) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2383) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2520) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2657) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2794) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2931) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3068) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3205) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3343) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3480) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/13.15/extra/insert.sql type inserttest01 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/13.15/extra/join.sql type J1_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type J2_TBL (line 19) | CREATE FOREIGN TABLE J2_TBL ( type tenk1 (line 25) | CREATE FOREIGN TABLE tenk1 ( type tenk2 (line 45) | CREATE FOREIGN TABLE tenk2 ( type INT4_TBL (line 65) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type FLOAT8_TBL (line 78) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type INT8_TBL (line 91) | CREATE FOREIGN TABLE INT8_TBL( type INT2_TBL (line 107) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type onerow (line 153) | create temp table onerow(); type t31 (line 370) | CREATE FOREIGN TABLE t31 (name TEXT, n INTEGER) type t12 (line 690) | CREATE FOREIGN TABLE t12 (a int OPTIONS (key 'true') type t22 (line 692) | CREATE FOREIGN TABLE t22 (a int OPTIONS (key 'true') type t32 (line 694) | CREATE FOREIGN TABLE t32 (x int OPTIONS (key 'true') type t2a (line 731) | create temp table t2a () inherits (t22) type tt1 (line 752) | CREATE FOREIGN TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 759) | CREATE FOREIGN TABLE tt2 ( tt2_id int4, joincol int4 ) type tt3 (line 802) | create foreign table tt3(f1 int, f2 text) type tt4 (line 807) | create foreign table tt4(f1 int) type tt4x (line 826) | create foreign table tt4x(c1 int, c2 int, c3 int) type tt5 (line 845) | create foreign table tt5(f1 int, f2 int) type tt6 (line 847) | create foreign table tt6(f1 int, f2 int) type xx (line 869) | create foreign table xx (pkxx int) type yy (line 871) | create foreign table yy (pkyy int, pkxx int) type zt1 (line 901) | create foreign table zt1 (f1 int OPTIONS(key 'true') type zt2 (line 903) | create foreign table zt2 (f2 int OPTIONS(key 'true') type zt3 (line 905) | create foreign table zt3 (f3 int OPTIONS(key 'true') type zv1 (line 918) | create temp view zv1 as select *,'dummy'::text AS junk from zt1 type a1 (line 964) | create foreign table a1 (i integer) type b1 (line 966) | create foreign table b1 (x integer, y integer) type a2 (line 1024) | create foreign table a2 ( type b2 (line 1028) | create foreign table b2 ( type c2 (line 1033) | create foreign table c2 ( type sub_tbl (line 1071) | create foreign table sub_tbl (key1 int, key3 int, key5 int, key6 int, va... type nt1 (line 1138) | create foreign table nt1 ( type nt2 (line 1144) | create foreign table nt2 ( type nt3 (line 1151) | create foreign table nt3 ( type q1 (line 1238) | create foreign table q1(i int) type q2 (line 1242) | create foreign table q2(i int) function f_immutable_int4 (line 1369) | create function f_immutable_int4(i integer) returns integer as function mki8 (line 1434) | create function mki8(bigint, bigint) returns int8_tbl as function mki4 (line 1438) | create function mki4(int) returns int4_tbl as type text_tbl (line 1635) | create foreign table text_tbl(f1 text) type a3 (line 1881) | CREATE FOREIGN TABLE a3 (id int OPTIONS (key 'true') type b3 (line 1883) | CREATE FOREIGN TABLE b3 (id int OPTIONS (key 'true') type c3 (line 1885) | CREATE FOREIGN TABLE c3 (id int OPTIONS (key 'true') type d3 (line 1887) | CREATE FOREIGN TABLE d3 (a int, b int) type a4 (line 2015) | CREATE FOREIGN TABLE a4 (id int OPTIONS (key 'true') type b4 (line 2017) | CREATE FOREIGN TABLE b4 (id int OPTIONS (key 'true') type innertab (line 2034) | create foreign table innertab (id int8 options (key 'true') type uniquetbl (line 2052) | create foreign table uniquetbl (f1 text) type xx1 (line 2461) | create temp table xx1 as select f1 as x1, -f1 as x2 from int4_tbl type fkest (line 2514) | create foreign table fkest (a int options (key 'true') type fkest1 (line 2516) | create foreign table fkest1 (a int options (key 'true') type j11 (line 2545) | create foreign table j11 (id int options (key 'true') type j21 (line 2547) | create foreign table j21 (id int options (key 'true') type j31 (line 2549) | create foreign table j31 (id int) type j32 (line 2621) | create foreign table j32 (id1 int options (key 'true') type onek (line 2717) | CREATE FOREIGN TABLE onek ( type j3 (line 2746) | create table j3 as select unique1, tenthous from onek type j3 (line 2749) | create unique index on j3(unique1, tenthous) FILE: sql/13.15/extra/limit.sql type onek (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type int8_tbl (line 31) | CREATE FOREIGN TABLE int8_tbl(q1 int8 OPTIONS (key 'true') type INT8_TMP (line 44) | CREATE FOREIGN TABLE INT8_TMP( type tenk1 (line 54) | CREATE FOREIGN TABLE tenk1 ( type parent_table (line 74) | CREATE TABLE parent_table ( type limit_thousand_v_1 (line 410) | CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_2 (line 415) | CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 420) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 423) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_4 (line 428) | CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousa... FILE: sql/13.15/extra/prepare.sql type tenk1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type road (line 31) | CREATE FOREIGN TABLE road ( type road_tmp (line 37) | create foreign table road_tmp (a int, b int, id int options (key 'true') FILE: sql/13.15/extra/select.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type onek2 (line 31) | CREATE FOREIGN TABLE onek2 ( type INT8_TBL (line 51) | CREATE FOREIGN TABLE INT8_TBL( type person (line 67) | CREATE FOREIGN TABLE person ( function sillysrf (line 363) | create function sillysrf(int) returns setof int as type list_parted_tbl (line 384) | create table list_parted_tbl (a int,b int) partition by list (a) type list_parted_tbl1 (line 386) | create table list_parted_tbl1 partition of list_parted_tbl FILE: sql/13.15/extra/select_having.sql type test_having (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/13.15/extra/sqlite_fdw_post.sql type ft1 (line 72) | CREATE FOREIGN TABLE ft1 ( type ft2 (line 86) | CREATE FOREIGN TABLE ft2 ( type ft5 (line 100) | CREATE FOREIGN TABLE ft4 ( type ft2 (line 114) | CREATE FOREIGN TABLE ft6 ( type v4 (line 684) | CREATE VIEW v4 AS SELECT * FROM ft4 type v5 (line 686) | CREATE VIEW v5 AS SELECT * FROM ft5 function least_accum (line 916) | create function least_accum(anyelement, variadic anyarray) function f_test (line 1314) | CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ type ft3 (line 1370) | create foreign table ft3 (f1 text collate "C", f2 text, f3 varchar(10)) function "S 1" (line 1564) | CREATE OR REPLACE FUNCTION "S 1".F_BRTRIG() RETURNS trigger AS $$ type ft1_constraint (line 1590) | CREATE FOREIGN TABLE ft1_constraint ( function row_before_insupd_trigfunc (line 1743) | CREATE FUNCTION row_before_insupd_trigfunc() RETURNS trigger AS $$BEGIN ... type foreign_tbl (line 1746) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type rw_view (line 1751) | CREATE VIEW rw_view AS SELECT * FROM foreign_tbl type foreign_tbl (line 1790) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type parent_tbl (line 1796) | CREATE TABLE parent_tbl (a int, b int) PARTITION BY RANGE(a) type rw_view (line 1800) | CREATE VIEW rw_view AS SELECT * FROM parent_tbl type loc1 (line 1845) | create foreign table loc1 (f1 serial, f2 text, id integer options (key '... type grem1 (line 1869) | create foreign table grem1 ( function trigger_func (line 1886) | CREATE FUNCTION trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ function trigger_data (line 1901) | CREATE OR REPLACE FUNCTION trigger_data() RETURNS trigger function trig_null (line 2138) | CREATE FUNCTION trig_null() RETURNS TRIGGER AS $$ type a (line 2321) | CREATE TABLE a (aa TEXT) type foo (line 2394) | create table foo (f1 int, f2 int) type bar (line 2396) | create foreign table foo2 (f3 int OPTIONS (key 'true')) inherits (foo) type bar (line 2401) | create foreign table bar2 (f3 int OPTIONS (key 'true')) inherits (bar) type i_foo_f1 (line 2482) | create index i_foo_f1 on foo(f1) type parent (line 2554) | create table parent (a int, b text) FILE: sql/13.15/extra/update.sql type update_test (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type upsert_test (line 19) | CREATE FOREIGN TABLE upsert_test ( FILE: sql/13.15/selectfunc.sql type s3 (line 13) | CREATE FOREIGN TABLE s3(id text OPTIONS (key 'true') FILE: sql/13.15/sqlite_fdw.sql type department (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type employee (line 11) | CREATE FOREIGN TABLE employee(emp_id int OPTIONS (key 'true') type empdata (line 13) | CREATE FOREIGN TABLE empdata(emp_id int OPTIONS (key 'true') type numbers (line 15) | CREATE FOREIGN TABLE numbers(a int OPTIONS (key 'true') type multiprimary (line 17) | CREATE FOREIGN TABLE multiprimary(a int, b int OPTIONS (key 'true') type noprimary (line 19) | CREATE FOREIGN TABLE noprimary(a int, b text) type RO_RW_test (line 21) | CREATE FOREIGN TABLE RO_RW_test(i int OPTIONS (key 'true') function test_param_WHERE (line 128) | create or replace function test_param_WHERE() returns void as $$ type columntest (line 514) | CREATE FOREIGN TABLE columntest(a int OPTIONS(column_name 'a a', key 'tr... type fts_table (line 542) | CREATE FOREIGN TABLE fts_table (name text, description text) type case_exp (line 578) | CREATE FOREIGN TABLE case_exp(c1 int OPTIONS (key 'true') FILE: sql/13.15/types/bitstring.sql type "type_BIT" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_VARBIT" (line 45) | CREATE FOREIGN TABLE "type_VARBIT"( "i" int OPTIONS (key 'true'), "b" va... FILE: sql/13.15/types/bool.sql type "type_BOOLEAN" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_BOOLEANpk" (line 93) | CREATE FOREIGN TABLE "type_BOOLEANpk" (col bool OPTIONS (key 'true') FILE: sql/13.15/types/float4.sql type FLOAT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT4_TMP (line 12) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') function xfloat4in (line 424) | create function xfloat4in(cstring) returns xfloat4 immutable strict function xfloat4out (line 427) | create function xfloat4out(xfloat4) returns cstring immutable strict type testdata (line 447) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/13.15/types/float8.sql type FLOAT8_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT8_TMP (line 12) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... function xfloat8in (line 692) | create function xfloat8in(cstring) returns xfloat8 immutable strict function xfloat8out (line 695) | create function xfloat8out(xfloat8) returns cstring immutable strict type testdata (line 715) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/13.15/types/int4.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 12) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type FLOAT8_TMP (line 282) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 300) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/13.15/types/int8.sql type INT8_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT8_TMP (line 16) | CREATE FOREIGN TABLE INT8_TMP( type FLOAT8_TMP (line 528) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 546) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/13.15/types/json.sql type "type_JSON" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_JSONB" (line 21) | CREATE FOREIGN TABLE "type_JSONB" ( type "type_JSONB+" (line 32) | CREATE FOREIGN TABLE "type_JSONB+" ( type json_osm_test (line 804) | CREATE FOREIGN TABLE json_osm_test ( FILE: sql/13.15/types/numeric.sql type num_data (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type num_exp_add (line 13) | CREATE FOREIGN TABLE num_exp_add (id1 int4 OPTIONS (key 'true') type num_exp_sub (line 15) | CREATE FOREIGN TABLE num_exp_sub (id1 int4 OPTIONS (key 'true') type num_exp_div (line 17) | CREATE FOREIGN TABLE num_exp_div (id1 int4 OPTIONS (key 'true') type num_exp_mul (line 19) | CREATE FOREIGN TABLE num_exp_mul (id1 int4 OPTIONS (key 'true') type num_exp_sqrt (line 21) | CREATE FOREIGN TABLE num_exp_sqrt (id int4 OPTIONS (key 'true') type num_exp_ln (line 23) | CREATE FOREIGN TABLE num_exp_ln (id int4 OPTIONS (key 'true') type num_exp_log10 (line 25) | CREATE FOREIGN TABLE num_exp_log10 (id int4 OPTIONS (key 'true') type num_exp_power_10_ln (line 27) | CREATE FOREIGN TABLE num_exp_power_10_ln (id int4 OPTIONS (key 'true') type num_result (line 30) | CREATE FOREIGN TABLE num_result (id1 int4 OPTIONS (key 'true') type fract_only (line 1152) | CREATE FOREIGN TABLE fract_only (id int, val numeric(4,4)) type FLOAT8_TMP (line 1176) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type FLOAT4_TMP (line 1200) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type ceil_floor_round (line 1224) | CREATE FOREIGN TABLE ceil_floor_round (a numeric OPTIONS (key 'true') type INT4_TMP (line 1244) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type width_bucket_tbl (line 1263) | CREATE FOREIGN TABLE width_bucket_tbl ( type width_bucket_test (line 1330) | CREATE FOREIGN TABLE width_bucket_test ( type to_number_tbl (line 1494) | create foreign table to_number_tbl (a text, id int options (key 'true') type num_input_test (line 1656) | CREATE FOREIGN TABLE num_input_test (n1 numeric) type num_tmp (line 1699) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... FILE: sql/13.15/types/out_of_range.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 13) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type INT2_TBL (line 42) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type INT2_TMP (line 44) | CREATE FOREIGN TABLE INT2_TMP(f1 int2, f2 int2, id int OPTIONS (key 'true') type INT8_TBL (line 73) | CREATE FOREIGN TABLE INT8_TBL(q1 int8 OPTIONS (key 'true') FILE: sql/13.15/types/timestamp.sql type dates1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type dates2 (line 18) | CREATE FOREIGN TABLE dates2 ( FILE: sql/13.15/types/uuid.sql type "type_UUIDpk" (line 210) | CREATE FOREIGN TABLE "type_UUIDpk" (col uuid OPTIONS (key 'true') FILE: sql/13.15/with_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/13.15/with_gis_support/postgis.sql type "♂" (line 18) | CREATE TABLE "♂"."テスト" ( type "♁" (line 43) | CREATE TABLE "♁" ( type "types_PostGIS" (line 165) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 219) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 245) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/13.15/with_gis_support/type.sql type "type_BOOLEAN" (line 144) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/13.15/without_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/13.15/without_gis_support/nogis.sql type "types_PostGIS" (line 43) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 81) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 107) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/13.15/without_gis_support/type.sql type "type_BOOLEAN" (line 141) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/14.12/aggregate.sql type multiprimary (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type multiprimary (line 19) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type limittest (line 49) | CREATE FOREIGN TABLE limittest(id serial OPTIONS (key 'true') FILE: sql/14.12/extra/aggregates.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type aggtest (line 30) | CREATE FOREIGN TABLE aggtest ( type student (line 36) | CREATE FOREIGN TABLE student ( type tenk1 (line 44) | CREATE FOREIGN TABLE tenk1 ( type INT8_TBL (line 64) | CREATE FOREIGN TABLE INT8_TBL( type INT4_TBL (line 80) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type multi_arg_agg (line 93) | CREATE FOREIGN TABLE multi_arg_agg (a int OPTIONS (key 'true') type VARCHAR_TBL (line 96) | CREATE FOREIGN TABLE VARCHAR_TBL(f1 varchar(4) OPTIONS (key 'true') type FLOAT8_TBL (line 99) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type agg_tb (line 121) | CREATE FOREIGN TABLE agg_tb(v int, id integer OPTIONS (key 'true') type agg_tb2 (line 142) | CREATE FOREIGN TABLE agg_tb2(v text) type agg_t3 (line 211) | CREATE FOREIGN TABLE agg_t3(a float8, b float8, id integer OPTIONS (key ... type agg_t4 (line 245) | CREATE FOREIGN TABLE agg_t4(a float4, b float4, id integer OPTIONS (key ... type agg_t5 (line 279) | CREATE FOREIGN TABLE agg_t5(a numeric, b numeric, id integer OPTIONS (ke... type agg_t8 (line 319) | CREATE FOREIGN TABLE agg_t8(a text OPTIONS (key 'true') type agg_t6 (line 418) | CREATE FOREIGN TABLE agg_t6(a float8, id integer OPTIONS (key 'true') type agg_t7 (line 469) | CREATE FOREIGN TABLE agg_t7(a float8, b float8, c float8, d float8, id i... type regr_test (line 493) | CREATE FOREIGN TABLE regr_test (x float8, y float8, id int options (key ... type agg_t15 (line 515) | CREATE FOREIGN TABLE agg_t15 (a text, b int, c int, id int options (key ... type agg_t16 (line 539) | CREATE FOREIGN TABLE agg_t16 (a text, b text, id int options (key 'true') function sum3 (line 612) | create function sum3(int8,int8,int8) returns int8 as type bitwise_test (line 688) | CREATE FOREIGN TABLE bitwise_test( type bool_test_tmp (line 737) | CREATE FOREIGN TABLE bool_test_tmp( type bool_test (line 809) | CREATE FOREIGN TABLE bool_test( type minmaxtest (line 957) | create foreign table minmaxtest(f1 int) type minmaxtest1 (line 959) | create table minmaxtest1() inherits (minmaxtest) type minmaxtest2 (line 961) | create table minmaxtest2() inherits (minmaxtest) type minmaxtest3 (line 963) | create table minmaxtest3() inherits (minmaxtest) type minmaxtest1i (line 965) | create index minmaxtest1i on minmaxtest1(f1) type minmaxtest2i (line 967) | create index minmaxtest2i on minmaxtest2(f1 desc) type minmaxtest3i (line 969) | create index minmaxtest3i on minmaxtest3(f1) where f1 is not null type agg_t1 (line 1006) | create foreign table agg_t1 (a int OPTIONS (key 'true') type agg_t2 (line 1008) | create foreign table agg_t2 (x int OPTIONS (key 'true') type agg_t9 (line 1010) | create foreign table agg_t9 (a int OPTIONS (key 'true') type t1c (line 1037) | create temp table t1c () inherits (agg_t1) type t1 (line 1070) | create foreign table t1(f1 int, f2 int) type t2 (line 1072) | create foreign table t2(f1 bigint, f2 oid) function aggf_trans (line 1204) | create function aggf_trans(aggtype[],integer,integer,text) returns aggty... function aggfns_trans (line 1209) | create function aggfns_trans(aggtype[],integer,integer,text) returns agg... type agg_view1 (line 1257) | create view agg_view1 as type agg_view1 (line 1266) | create or replace view agg_view1 as type agg_view1 (line 1275) | create or replace view agg_view1 as type agg_view1 (line 1284) | create or replace view agg_view1 as type agg_view1 (line 1293) | create or replace view agg_view1 as type agg_view1 (line 1302) | create or replace view agg_view1 as type agg_view1 (line 1311) | create or replace view agg_view1 as type bytea_test_table (line 1379) | create foreign table bytea_test_table(v bytea) type pagg_test (line 1404) | create foreign table pagg_test (x int, y int) type v_pagg_test (line 1417) | create view v_pagg_test AS type agg_t17 (line 1485) | create foreign table agg_t17(foo text, bar text) type agg_t170 (line 1493) | create foreign table agg_t170(v int) type agg_t18 (line 1499) | create foreign table agg_t18 (inner_c int) type agg_t19 (line 1501) | create foreign table agg_t19 (outer_c int) type agg_t21 (line 1651) | create foreign table agg_t21 (x int) type agg_t20 (line 1664) | create foreign table agg_t20 (x text) type aggordview1 (line 1794) | create view aggordview1 as function least_accum (line 1811) | create function least_accum(anyelement, variadic anyarray) function cleast_accum (line 1821) | create function cleast_accum(anycompatible, variadic anycompatiblearray) type agg_t10 (line 1845) | create foreign table agg_t10(one int, id int options (key 'true') type agg_t11 (line 1847) | create foreign table agg_t11(one int, two int, id int options (key 'true') type agg_t12 (line 1849) | create foreign table agg_t12(a int, id int options (key 'true') function avg_transfn (line 1856) | create or replace function avg_transfn(state avg_state, n int) returns a... function avg_finalfn (line 1879) | create function avg_finalfn(state avg_state) returns int4 as function sum_finalfn (line 1891) | create function sum_finalfn(state avg_state) returns int4 as function sum_transfn (line 2030) | create or replace function sum_transfn(state int4, n int4) returns int4 as function halfsum_finalfn (line 2051) | create function halfsum_finalfn(state int4) returns int4 as function balkifnull (line 2094) | CREATE FUNCTION balkifnull(int8, int4) function balkifnull (line 2124) | CREATE FUNCTION balkifnull(int8, int8) function rwagg_sfunc (line 2160) | CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray function rwagg_finalfunc (line 2167) | CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray function eatarray (line 2184) | CREATE FUNCTION eatarray(x real[]) RETURNS real[] type float_tb (line 2192) | CREATE FOREIGN TABLE float_tb(f real) type agg_t13 (line 2254) | create foreign table agg_t13(x int, id int options (key 'true') type agg_t14 (line 2267) | create foreign table agg_t14(x int, y int, id int options (key 'true') type agg_data_2k (line 2333) | create foreign table agg_data_2k(g int, id int options (key 'true') type agg_data_20k (line 2335) | create foreign table agg_data_20k(g int, id int options (key 'true') type agg_group_1 (line 2338) | create foreign table agg_group_1(c1 int, c2 numeric, c3 int) type agg_group_2 (line 2340) | create foreign table agg_group_2(a int, c1 numeric, c2 text, c3 int) type agg_group_3 (line 2342) | create foreign table agg_group_3(c1 numeric, c2 int4, c3 int) type agg_group_4 (line 2344) | create foreign table agg_group_4(c1 numeric, c2 text, c3 int) type agg_hash_1 (line 2347) | create foreign table agg_hash_1(c1 int, c2 numeric, c3 int) type agg_hash_2 (line 2349) | create foreign table agg_hash_2(a int, c1 numeric, c2 text, c3 int) type agg_hash_3 (line 2351) | create foreign table agg_hash_3(c1 numeric, c2 int4, c3 int) type agg_hash_4 (line 2353) | create foreign table agg_hash_4(c1 numeric, c2 text, c3 int) FILE: sql/14.12/extra/encodings.sql type "Unicode data" (line 42) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 54) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 191) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 328) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 465) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 602) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 739) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 876) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1013) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1150) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1287) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1424) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1561) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1698) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1835) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1972) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2109) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2246) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2383) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2520) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2657) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2794) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2931) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3068) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3205) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3343) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3480) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/14.12/extra/insert.sql type inserttest01 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/14.12/extra/join.sql type J1_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type J2_TBL (line 19) | CREATE FOREIGN TABLE J2_TBL ( type tenk1 (line 25) | CREATE FOREIGN TABLE tenk1 ( type tenk2 (line 45) | CREATE FOREIGN TABLE tenk2 ( type INT4_TBL (line 65) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type FLOAT8_TBL (line 78) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type INT8_TBL (line 91) | CREATE FOREIGN TABLE INT8_TBL( type INT2_TBL (line 107) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type onerow (line 153) | create temp table onerow(); type t31 (line 401) | CREATE FOREIGN TABLE t31 (name TEXT, n INTEGER) type t12 (line 723) | CREATE FOREIGN TABLE t12 (a int OPTIONS (key 'true') type t22 (line 725) | CREATE FOREIGN TABLE t22 (a int OPTIONS (key 'true') type t32 (line 727) | CREATE FOREIGN TABLE t32 (x int OPTIONS (key 'true') type t2a (line 764) | create temp table t2a () inherits (t22) type tt1 (line 785) | CREATE FOREIGN TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 792) | CREATE FOREIGN TABLE tt2 ( tt2_id int4, joincol int4 ) type tt3 (line 847) | create foreign table tt3(f1 int, f2 text) type tt4 (line 852) | create foreign table tt4(f1 int) type tt4x (line 871) | create foreign table tt4x(c1 int, c2 int, c3 int) type tt5 (line 890) | create foreign table tt5(f1 int, f2 int) type tt6 (line 892) | create foreign table tt6(f1 int, f2 int) type xx (line 914) | create foreign table xx (pkxx int) type yy (line 916) | create foreign table yy (pkyy int, pkxx int) type zt1 (line 946) | create foreign table zt1 (f1 int OPTIONS(key 'true') type zt2 (line 948) | create foreign table zt2 (f2 int OPTIONS(key 'true') type zt3 (line 950) | create foreign table zt3 (f3 int OPTIONS(key 'true') type zv1 (line 963) | create temp view zv1 as select *,'dummy'::text AS junk from zt1 type a1 (line 1012) | create foreign table a1 (i integer) type b1 (line 1014) | create foreign table b1 (x integer, y integer) type a2 (line 1072) | create foreign table a2 ( type b2 (line 1076) | create foreign table b2 ( type c2 (line 1081) | create foreign table c2 ( type sub_tbl (line 1119) | create foreign table sub_tbl (key1 int, key3 int, key5 int, key6 int, va... type nt1 (line 1186) | create foreign table nt1 ( type nt2 (line 1192) | create foreign table nt2 ( type nt3 (line 1199) | create foreign table nt3 ( type q1 (line 1315) | create foreign table q1(i int) type q2 (line 1319) | create foreign table q2(i int) function f_immutable_int4 (line 1470) | create function f_immutable_int4(i integer) returns integer as function mki8 (line 1539) | create function mki8(bigint, bigint) returns int8_tbl as function mki4 (line 1543) | create function mki4(int) returns int4_tbl as type text_tbl (line 1740) | create foreign table text_tbl(f1 text) type a3 (line 1990) | CREATE FOREIGN TABLE a3 (id int OPTIONS (key 'true') type b3 (line 1992) | CREATE FOREIGN TABLE b3 (id int OPTIONS (key 'true') type c3 (line 1994) | CREATE FOREIGN TABLE c3 (id int OPTIONS (key 'true') type d3 (line 1996) | CREATE FOREIGN TABLE d3 (a int, b int) type a4 (line 2124) | CREATE FOREIGN TABLE a4 (id int OPTIONS (key 'true') type b4 (line 2126) | CREATE FOREIGN TABLE b4 (id int OPTIONS (key 'true') type innertab (line 2143) | create foreign table innertab (id int8 options (key 'true') type uniquetbl (line 2161) | create foreign table uniquetbl (f1 text) type xx1 (line 2603) | create temp table xx1 as select f1 as x1, -f1 as x2 from int4_tbl type fkest (line 2656) | create table fkest (x integer, x10 integer, x10b integer, x100 integer) type fkest (line 2660) | create unique index on fkest(x, x10, x100) type fkest (line 2690) | create foreign table fkest (a int options (key 'true') type fkest1 (line 2692) | create foreign table fkest1 (a int options (key 'true') type j11 (line 2721) | create foreign table j11 (id int options (key 'true') type j21 (line 2723) | create foreign table j21 (id int options (key 'true') type j31 (line 2725) | create foreign table j31 (id int) type j32 (line 2797) | create foreign table j32 (id1 int options (key 'true') type onek (line 2899) | CREATE FOREIGN TABLE onek ( type j3 (line 2928) | create table j3 as select unique1, tenthous from onek type j3 (line 2931) | create unique index on j3(unique1, tenthous) FILE: sql/14.12/extra/limit.sql type onek (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type int8_tbl (line 31) | CREATE FOREIGN TABLE int8_tbl(q1 int8 OPTIONS (key 'true') type INT8_TMP (line 44) | CREATE FOREIGN TABLE INT8_TMP( type tenk1 (line 54) | CREATE FOREIGN TABLE tenk1 ( type parent_table (line 74) | CREATE TABLE parent_table ( type limit_thousand_v_1 (line 410) | CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_2 (line 415) | CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 420) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 423) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_4 (line 428) | CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousa... FILE: sql/14.12/extra/prepare.sql type tenk1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type road (line 31) | CREATE FOREIGN TABLE road ( type road_tmp (line 37) | create foreign table road_tmp (a int, b int, id int options (key 'true') FILE: sql/14.12/extra/select.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type onek2 (line 31) | CREATE FOREIGN TABLE onek2 ( type INT8_TBL (line 51) | CREATE FOREIGN TABLE INT8_TBL( type person (line 68) | CREATE FOREIGN TABLE person ( function sillysrf (line 364) | create function sillysrf(int) returns setof int as type list_parted_tbl (line 385) | create table list_parted_tbl (a int,b int) partition by list (a) type list_parted_tbl1 (line 387) | create table list_parted_tbl1 partition of list_parted_tbl FILE: sql/14.12/extra/select_having.sql type test_having (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/14.12/extra/sqlite_fdw_post.sql type ft1 (line 75) | CREATE FOREIGN TABLE ft1 ( type ft2 (line 90) | CREATE FOREIGN TABLE ft2 ( type ft5 (line 105) | CREATE FOREIGN TABLE ft4 ( type ft2 (line 119) | CREATE FOREIGN TABLE ft6 ( type v4 (line 730) | CREATE VIEW v4 AS SELECT * FROM ft4 type v5 (line 732) | CREATE VIEW v5 AS SELECT * FROM ft5 function least_accum (line 966) | create function least_accum(anyelement, variadic anyarray) function f_test (line 1382) | CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ type reind_fdw_parent (line 1402) | CREATE FOREIGN TABLE reindex_foreign (c1 int, c2 int) type ft3 (line 1466) | create foreign table ft3 (f1 text collate "C", f2 text, f3 varchar(10)) function "S 1" (line 1670) | CREATE OR REPLACE FUNCTION "S 1".F_BRTRIG() RETURNS trigger AS $$ type ft1_constraint (line 1696) | CREATE FOREIGN TABLE ft1_constraint ( function row_before_insupd_trigfunc (line 1857) | CREATE FUNCTION row_before_insupd_trigfunc() RETURNS trigger AS $$BEGIN ... type foreign_tbl (line 1860) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type rw_view (line 1865) | CREATE VIEW rw_view AS SELECT * FROM foreign_tbl type foreign_tbl (line 1904) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type parent_tbl (line 1910) | CREATE TABLE parent_tbl (a int, b int) PARTITION BY RANGE(a) type rw_view (line 1915) | CREATE VIEW rw_view AS SELECT * FROM parent_tbl type loc1 (line 1960) | create foreign table loc1 (f1 serial, f2 text, id integer options (key '... type grem1 (line 1984) | create foreign table grem1 ( function trigger_func (line 2032) | CREATE FUNCTION trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ function trigger_data (line 2047) | CREATE OR REPLACE FUNCTION trigger_data() RETURNS trigger function trig_null (line 2284) | CREATE FUNCTION trig_null() RETURNS TRIGGER AS $$ type a (line 2473) | CREATE TABLE a (aa TEXT) type foo (line 2547) | create table foo (f1 int, f2 int) type bar (line 2549) | create foreign table foo2 (f3 int OPTIONS (key 'true')) inherits (foo) type bar (line 2554) | create foreign table bar2 (f3 int OPTIONS (key 'true')) inherits (bar) type foo2child (line 2598) | create foreign table foo2child (f3 int) type i_foo_f1 (line 2667) | create index i_foo_f1 on foo(f1) type parent (line 2741) | create table parent (a int, b text) type "S 1" (line 3151) | CREATE FOREIGN TABLE tru_pk_ftable (id int) type table30 (line 3819) | CREATE FOREIGN TABLE table30 ( x int ) type batch_size (line 3845) | CREATE FOREIGN TABLE ftable ( x int OPTIONS (key 'true') ) SERVER sqlite... type batch_size (line 3877) | CREATE FOREIGN TABLE ftable ( x int ) SERVER sqlite_svr OPTIONS ( table ... type inv_bsz (line 4206) | CREATE FOREIGN TABLE inv_bsz (c1 int ) FILE: sql/14.12/extra/update.sql type update_test (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type upsert_test (line 19) | CREATE FOREIGN TABLE upsert_test ( FILE: sql/14.12/selectfunc.sql type s3 (line 13) | CREATE FOREIGN TABLE s3(id text OPTIONS (key 'true') FILE: sql/14.12/sqlite_fdw.sql type department (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type employee (line 11) | CREATE FOREIGN TABLE employee(emp_id int OPTIONS (key 'true') type empdata (line 13) | CREATE FOREIGN TABLE empdata(emp_id int OPTIONS (key 'true') type numbers (line 15) | CREATE FOREIGN TABLE numbers(a int OPTIONS (key 'true') type multiprimary (line 17) | CREATE FOREIGN TABLE multiprimary(a int, b int OPTIONS (key 'true') type noprimary (line 19) | CREATE FOREIGN TABLE noprimary(a int, b text) type RO_RW_test (line 22) | CREATE FOREIGN TABLE RO_RW_test(i int OPTIONS (key 'true') function test_param_WHERE (line 129) | create or replace function test_param_WHERE() returns void as $$ type columntest (line 511) | CREATE FOREIGN TABLE columntest(a int OPTIONS(column_name 'a a', key 'tr... type fts_table (line 539) | CREATE FOREIGN TABLE fts_table (name text, description text) type grem1_2 (line 585) | CREATE FOREIGN TABLE grem1_2 ( type case_exp (line 598) | CREATE FOREIGN TABLE case_exp(c1 int OPTIONS (key 'true') FILE: sql/14.12/types/bitstring.sql type "type_BIT" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_VARBIT" (line 45) | CREATE FOREIGN TABLE "type_VARBIT"( "i" int OPTIONS (key 'true'), "b" va... FILE: sql/14.12/types/bool.sql type "type_BOOLEAN" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_BOOLEANpk" (line 93) | CREATE FOREIGN TABLE "type_BOOLEANpk" (col bool OPTIONS (key 'true') FILE: sql/14.12/types/float4.sql type FLOAT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT4_TMP (line 12) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') function xfloat4in (line 436) | create function xfloat4in(cstring) returns xfloat4 immutable strict function xfloat4out (line 439) | create function xfloat4out(xfloat4) returns cstring immutable strict type testdata (line 459) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/14.12/types/float8.sql type FLOAT8_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT8_TMP (line 12) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... function xfloat8in (line 879) | create function xfloat8in(cstring) returns xfloat8 immutable strict function xfloat8out (line 882) | create function xfloat8out(xfloat8) returns cstring immutable strict type testdata (line 902) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/14.12/types/int4.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 12) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type FLOAT8_TMP (line 268) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 286) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/14.12/types/int8.sql type INT8_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT8_TMP (line 16) | CREATE FOREIGN TABLE INT8_TMP( type FLOAT8_TMP (line 528) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 546) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/14.12/types/json.sql type "type_JSON" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_JSONB" (line 21) | CREATE FOREIGN TABLE "type_JSONB" ( type "type_JSONB+" (line 32) | CREATE FOREIGN TABLE "type_JSONB+" ( type json_osm_test (line 804) | CREATE FOREIGN TABLE json_osm_test ( FILE: sql/14.12/types/numeric.sql type num_data (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type num_exp_add (line 13) | CREATE FOREIGN TABLE num_exp_add (id1 int4 OPTIONS (key 'true') type num_exp_sub (line 15) | CREATE FOREIGN TABLE num_exp_sub (id1 int4 OPTIONS (key 'true') type num_exp_div (line 17) | CREATE FOREIGN TABLE num_exp_div (id1 int4 OPTIONS (key 'true') type num_exp_mul (line 19) | CREATE FOREIGN TABLE num_exp_mul (id1 int4 OPTIONS (key 'true') type num_exp_sqrt (line 21) | CREATE FOREIGN TABLE num_exp_sqrt (id int4 OPTIONS (key 'true') type num_exp_ln (line 23) | CREATE FOREIGN TABLE num_exp_ln (id int4 OPTIONS (key 'true') type num_exp_log10 (line 25) | CREATE FOREIGN TABLE num_exp_log10 (id int4 OPTIONS (key 'true') type num_exp_power_10_ln (line 27) | CREATE FOREIGN TABLE num_exp_power_10_ln (id int4 OPTIONS (key 'true') type num_result (line 30) | CREATE FOREIGN TABLE num_result (id1 int4 OPTIONS (key 'true') type v (line 1145) | CREATE FOREIGN TABLE v (id int4 OPTIONS (key 'true') type fract_only (line 1546) | CREATE FOREIGN TABLE fract_only (id int, val numeric(4,4)) type num_tmp (line 1580) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... type FLOAT8_TMP (line 1673) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NUMERIC_TMP (line 1696) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, f2 numeric, id int OPTIONS ... type FLOAT4_TMP (line 1719) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type ceil_floor_round (line 1834) | CREATE FOREIGN TABLE ceil_floor_round (a numeric OPTIONS (key 'true') type INT4_TMP (line 1854) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type width_bucket_tbl (line 1873) | CREATE FOREIGN TABLE width_bucket_tbl ( type width_bucket_test (line 1953) | CREATE FOREIGN TABLE width_bucket_test ( type to_number_tbl (line 2196) | create foreign table to_number_tbl (a text, id int options (key 'true') type num_input_test (line 2360) | CREATE FOREIGN TABLE num_input_test (n1 numeric) type num_tmp (line 2417) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... FILE: sql/14.12/types/out_of_range.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 13) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type INT2_TBL (line 42) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type INT2_TMP (line 44) | CREATE FOREIGN TABLE INT2_TMP(f1 int2, f2 int2, id int OPTIONS (key 'true') type INT8_TBL (line 73) | CREATE FOREIGN TABLE INT8_TBL(q1 int8 OPTIONS (key 'true') FILE: sql/14.12/types/timestamp.sql type dates1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type dates2 (line 18) | CREATE FOREIGN TABLE dates2 ( FILE: sql/14.12/types/uuid.sql type "type_UUIDpk" (line 210) | CREATE FOREIGN TABLE "type_UUIDpk" (col uuid OPTIONS (key 'true') FILE: sql/14.12/with_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/14.12/with_gis_support/postgis.sql type "♂" (line 18) | CREATE TABLE "♂"."テスト" ( type "♁" (line 43) | CREATE TABLE "♁" ( type "types_PostGIS" (line 165) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 219) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 245) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/14.12/with_gis_support/type.sql type "type_BOOLEAN" (line 144) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/14.12/without_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/14.12/without_gis_support/nogis.sql type "types_PostGIS" (line 43) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 81) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 107) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/14.12/without_gis_support/type.sql type "type_BOOLEAN" (line 141) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/15.7/aggregate.sql type multiprimary (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type multiprimary (line 19) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type limittest (line 49) | CREATE FOREIGN TABLE limittest(id serial OPTIONS (key 'true') FILE: sql/15.7/extra/aggregates.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type aggtest (line 30) | CREATE FOREIGN TABLE aggtest ( type student (line 36) | CREATE FOREIGN TABLE student ( type tenk1 (line 44) | CREATE FOREIGN TABLE tenk1 ( type INT8_TBL (line 64) | CREATE FOREIGN TABLE INT8_TBL( type INT4_TBL (line 80) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type multi_arg_agg (line 93) | CREATE FOREIGN TABLE multi_arg_agg (a int OPTIONS (key 'true') type VARCHAR_TBL (line 96) | CREATE FOREIGN TABLE VARCHAR_TBL(f1 varchar(4) OPTIONS (key 'true') type FLOAT8_TBL (line 99) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type agg_tb (line 121) | CREATE FOREIGN TABLE agg_tb(v int, id integer OPTIONS (key 'true') type agg_tb2 (line 142) | CREATE FOREIGN TABLE agg_tb2(v text) type agg_t3 (line 211) | CREATE FOREIGN TABLE agg_t3(a float8, b float8, id integer OPTIONS (key ... type agg_t4 (line 245) | CREATE FOREIGN TABLE agg_t4(a float4, b float4, id integer OPTIONS (key ... type agg_t5 (line 279) | CREATE FOREIGN TABLE agg_t5(a numeric, b numeric, id integer OPTIONS (ke... type agg_t8 (line 319) | CREATE FOREIGN TABLE agg_t8(a text OPTIONS (key 'true') type agg_t6 (line 418) | CREATE FOREIGN TABLE agg_t6(a float8, id integer OPTIONS (key 'true') type agg_t7 (line 469) | CREATE FOREIGN TABLE agg_t7(a float8, b float8, c float8, d float8, id i... type regr_test (line 493) | CREATE FOREIGN TABLE regr_test (x float8, y float8, id int options (key ... type agg_t15 (line 515) | CREATE FOREIGN TABLE agg_t15 (a text, b int, c int, id int options (key ... type agg_t16 (line 539) | CREATE FOREIGN TABLE agg_t16 (a text, b text, id int options (key 'true') function sum3 (line 612) | create function sum3(int8,int8,int8) returns int8 as type bitwise_test (line 688) | CREATE FOREIGN TABLE bitwise_test( type bool_test_tmp (line 737) | CREATE FOREIGN TABLE bool_test_tmp( type bool_test (line 809) | CREATE FOREIGN TABLE bool_test( type minmaxtest (line 957) | create foreign table minmaxtest(f1 int) type minmaxtest1 (line 959) | create table minmaxtest1() inherits (minmaxtest) type minmaxtest2 (line 961) | create table minmaxtest2() inherits (minmaxtest) type minmaxtest3 (line 963) | create table minmaxtest3() inherits (minmaxtest) type minmaxtest1i (line 965) | create index minmaxtest1i on minmaxtest1(f1) type minmaxtest2i (line 967) | create index minmaxtest2i on minmaxtest2(f1 desc) type minmaxtest3i (line 969) | create index minmaxtest3i on minmaxtest3(f1) where f1 is not null type agg_t1 (line 1006) | create foreign table agg_t1 (a int OPTIONS (key 'true') type agg_t2 (line 1008) | create foreign table agg_t2 (x int OPTIONS (key 'true') type agg_t9 (line 1010) | create foreign table agg_t9 (a int OPTIONS (key 'true') type t1c (line 1037) | create temp table t1c () inherits (agg_t1) type t1 (line 1070) | create foreign table t1(f1 int, f2 int) type t2 (line 1072) | create foreign table t2(f1 bigint, f2 oid) function aggf_trans (line 1204) | create function aggf_trans(aggtype[],integer,integer,text) returns aggty... function aggfns_trans (line 1209) | create function aggfns_trans(aggtype[],integer,integer,text) returns agg... type agg_view1 (line 1257) | create view agg_view1 as type agg_view1 (line 1266) | create or replace view agg_view1 as type agg_view1 (line 1275) | create or replace view agg_view1 as type agg_view1 (line 1284) | create or replace view agg_view1 as type agg_view1 (line 1293) | create or replace view agg_view1 as type agg_view1 (line 1302) | create or replace view agg_view1 as type agg_view1 (line 1311) | create or replace view agg_view1 as type bytea_test_table (line 1379) | create foreign table bytea_test_table(v bytea) type pagg_test (line 1404) | create foreign table pagg_test (x int, y int) type v_pagg_test (line 1417) | create view v_pagg_test AS type agg_t17 (line 1485) | create foreign table agg_t17(foo text, bar text) type agg_t170 (line 1493) | create foreign table agg_t170(v int) type agg_t18 (line 1499) | create foreign table agg_t18 (inner_c int) type agg_t19 (line 1501) | create foreign table agg_t19 (outer_c int) type agg_t21 (line 1651) | create foreign table agg_t21 (x int) type agg_t20 (line 1664) | create foreign table agg_t20 (x text) type aggordview1 (line 1794) | create view aggordview1 as function least_accum (line 1811) | create function least_accum(anyelement, variadic anyarray) function cleast_accum (line 1821) | create function cleast_accum(anycompatible, variadic anycompatiblearray) type agg_t10 (line 1845) | create foreign table agg_t10(one int, id int options (key 'true') type agg_t11 (line 1847) | create foreign table agg_t11(one int, two int, id int options (key 'true') type agg_t12 (line 1849) | create foreign table agg_t12(a int, id int options (key 'true') function avg_transfn (line 1856) | create or replace function avg_transfn(state avg_state, n int) returns a... function avg_finalfn (line 1879) | create function avg_finalfn(state avg_state) returns int4 as function sum_finalfn (line 1891) | create function sum_finalfn(state avg_state) returns int4 as function sum_transfn (line 2030) | create or replace function sum_transfn(state int4, n int4) returns int4 as function halfsum_finalfn (line 2051) | create function halfsum_finalfn(state int4) returns int4 as function balkifnull (line 2094) | CREATE FUNCTION balkifnull(int8, int4) function balkifnull (line 2124) | CREATE FUNCTION balkifnull(int8, int8) function rwagg_sfunc (line 2160) | CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray function rwagg_finalfunc (line 2167) | CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray function eatarray (line 2184) | CREATE FUNCTION eatarray(x real[]) RETURNS real[] type float_tb (line 2192) | CREATE FOREIGN TABLE float_tb(f real) type agg_t13 (line 2254) | create foreign table agg_t13(x int, id int options (key 'true') type agg_t14 (line 2267) | create foreign table agg_t14(x int, y int, id int options (key 'true') type agg_data_2k (line 2333) | create foreign table agg_data_2k(g int, id int options (key 'true') type agg_data_20k (line 2335) | create foreign table agg_data_20k(g int, id int options (key 'true') type agg_group_1 (line 2338) | create foreign table agg_group_1(c1 int, c2 numeric, c3 int) type agg_group_2 (line 2340) | create foreign table agg_group_2(a int, c1 numeric, c2 text, c3 int) type agg_group_3 (line 2342) | create foreign table agg_group_3(c1 numeric, c2 int4, c3 int) type agg_group_4 (line 2344) | create foreign table agg_group_4(c1 numeric, c2 text, c3 int) type agg_hash_1 (line 2347) | create foreign table agg_hash_1(c1 int, c2 numeric, c3 int) type agg_hash_2 (line 2349) | create foreign table agg_hash_2(a int, c1 numeric, c2 text, c3 int) type agg_hash_3 (line 2351) | create foreign table agg_hash_3(c1 numeric, c2 int4, c3 int) type agg_hash_4 (line 2353) | create foreign table agg_hash_4(c1 numeric, c2 text, c3 int) FILE: sql/15.7/extra/encodings.sql type "Unicode data" (line 42) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 54) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 191) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 328) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 465) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 602) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 739) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 876) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1013) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1150) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1287) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1424) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1561) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1698) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1835) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1972) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2109) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2246) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2383) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2520) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2657) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2794) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2931) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3068) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3205) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3343) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3480) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/15.7/extra/insert.sql type inserttest01 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/15.7/extra/join.sql type J1_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type J2_TBL (line 19) | CREATE FOREIGN TABLE J2_TBL ( type tenk1 (line 25) | CREATE FOREIGN TABLE tenk1 ( type tenk2 (line 45) | CREATE FOREIGN TABLE tenk2 ( type INT4_TBL (line 65) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type FLOAT8_TBL (line 78) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type INT8_TBL (line 91) | CREATE FOREIGN TABLE INT8_TBL( type INT2_TBL (line 107) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type onerow (line 153) | create temp table onerow(); type t31 (line 401) | CREATE FOREIGN TABLE t31 (name TEXT, n INTEGER) type t12 (line 723) | CREATE FOREIGN TABLE t12 (a int OPTIONS (key 'true') type t22 (line 725) | CREATE FOREIGN TABLE t22 (a int OPTIONS (key 'true') type t32 (line 727) | CREATE FOREIGN TABLE t32 (x int OPTIONS (key 'true') type t2a (line 764) | create temp table t2a () inherits (t22) type tt1 (line 812) | CREATE FOREIGN TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 819) | CREATE FOREIGN TABLE tt2 ( tt2_id int4, joincol int4 ) type tt3 (line 874) | create foreign table tt3(f1 int, f2 text) type tt4 (line 879) | create foreign table tt4(f1 int) type tt4x (line 898) | create foreign table tt4x(c1 int, c2 int, c3 int) type tt5 (line 917) | create foreign table tt5(f1 int, f2 int) type tt6 (line 919) | create foreign table tt6(f1 int, f2 int) type xx (line 941) | create foreign table xx (pkxx int) type yy (line 943) | create foreign table yy (pkyy int, pkxx int) type zt1 (line 973) | create foreign table zt1 (f1 int OPTIONS(key 'true') type zt2 (line 975) | create foreign table zt2 (f2 int OPTIONS(key 'true') type zt3 (line 977) | create foreign table zt3 (f3 int OPTIONS(key 'true') type zv1 (line 990) | create temp view zv1 as select *,'dummy'::text AS junk from zt1 type a1 (line 1039) | create foreign table a1 (i integer) type b1 (line 1041) | create foreign table b1 (x integer, y integer) type a2 (line 1099) | create foreign table a2 ( type b2 (line 1103) | create foreign table b2 ( type c2 (line 1108) | create foreign table c2 ( type sub_tbl (line 1146) | create foreign table sub_tbl (key1 int, key3 int, key5 int, key6 int, va... type nt1 (line 1213) | create foreign table nt1 ( type nt2 (line 1219) | create foreign table nt2 ( type nt3 (line 1226) | create foreign table nt3 ( type q1 (line 1342) | create foreign table q1(i int) type q2 (line 1346) | create foreign table q2(i int) function f_immutable_int4 (line 1497) | create function f_immutable_int4(i integer) returns integer as function mki8 (line 1566) | create function mki8(bigint, bigint) returns int8_tbl as function mki4 (line 1570) | create function mki4(int) returns int4_tbl as type text_tbl (line 1767) | create foreign table text_tbl(f1 text) type a3 (line 2017) | CREATE FOREIGN TABLE a3 (id int OPTIONS (key 'true') type b3 (line 2019) | CREATE FOREIGN TABLE b3 (id int OPTIONS (key 'true') type c3 (line 2021) | CREATE FOREIGN TABLE c3 (id int OPTIONS (key 'true') type d3 (line 2023) | CREATE FOREIGN TABLE d3 (a int, b int) type a4 (line 2151) | CREATE FOREIGN TABLE a4 (id int OPTIONS (key 'true') type b4 (line 2153) | CREATE FOREIGN TABLE b4 (id int OPTIONS (key 'true') type innertab (line 2170) | create foreign table innertab (id int8 options (key 'true') type uniquetbl (line 2188) | create foreign table uniquetbl (f1 text) type xx1 (line 2634) | create temp table xx1 as select f1 as x1, -f1 as x2 from int4_tbl type fkest (line 2687) | create table fkest (x integer, x10 integer, x10b integer, x100 integer) type fkest (line 2691) | create unique index on fkest(x, x10, x100) type fkest (line 2721) | create foreign table fkest (a int options (key 'true') type fkest1 (line 2723) | create foreign table fkest1 (a int options (key 'true') type j11 (line 2752) | create foreign table j11 (id int options (key 'true') type j21 (line 2754) | create foreign table j21 (id int options (key 'true') type j31 (line 2756) | create foreign table j31 (id int) type j32 (line 2828) | create foreign table j32 (id1 int options (key 'true') type onek (line 2930) | CREATE FOREIGN TABLE onek ( type j3 (line 2959) | create table j3 as select unique1, tenthous from onek type j3 (line 2962) | create unique index on j3(unique1, tenthous) FILE: sql/15.7/extra/limit.sql type onek (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type int8_tbl (line 31) | CREATE FOREIGN TABLE int8_tbl(q1 int8 OPTIONS (key 'true') type INT8_TMP (line 44) | CREATE FOREIGN TABLE INT8_TMP( type tenk1 (line 54) | CREATE FOREIGN TABLE tenk1 ( type parent_table (line 74) | CREATE TABLE parent_table ( type limit_thousand_v_1 (line 416) | CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_2 (line 421) | CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 426) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 429) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_4 (line 434) | CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousa... FILE: sql/15.7/extra/prepare.sql type tenk1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type road (line 31) | CREATE FOREIGN TABLE road ( type road_tmp (line 37) | create foreign table road_tmp (a int, b int, id int options (key 'true') FILE: sql/15.7/extra/select.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type onek2 (line 31) | CREATE FOREIGN TABLE onek2 ( type INT8_TBL (line 51) | CREATE FOREIGN TABLE INT8_TBL( type person (line 68) | CREATE FOREIGN TABLE person ( function sillysrf (line 364) | create function sillysrf(int) returns setof int as type list_parted_tbl (line 385) | create table list_parted_tbl (a int,b int) partition by list (a) type list_parted_tbl1 (line 387) | create table list_parted_tbl1 partition of list_parted_tbl FILE: sql/15.7/extra/select_having.sql type test_having (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/15.7/extra/sqlite_fdw_post.sql type ft1 (line 75) | CREATE FOREIGN TABLE ft1 ( type ft2 (line 90) | CREATE FOREIGN TABLE ft2 ( type ft5 (line 105) | CREATE FOREIGN TABLE ft4 ( type ft2 (line 119) | CREATE FOREIGN TABLE ft6 ( type v4 (line 805) | CREATE VIEW v4 AS SELECT * FROM ft4 type v5 (line 807) | CREATE VIEW v5 AS SELECT * FROM ft5 function least_accum (line 1043) | create function least_accum(anyelement, variadic anyarray) function f_test (line 1470) | CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ type reind_fdw_parent (line 1490) | CREATE FOREIGN TABLE reindex_foreign (c1 int, c2 int) type ft3 (line 1581) | create foreign table ft3 (f1 text collate "C", f2 text, f3 varchar(10)) function "S 1" (line 1785) | CREATE OR REPLACE FUNCTION "S 1".F_BRTRIG() RETURNS trigger AS $$ type ft1_constraint (line 1811) | CREATE FOREIGN TABLE ft1_constraint ( function row_before_insupd_trigfunc (line 1972) | CREATE FUNCTION row_before_insupd_trigfunc() RETURNS trigger AS $$BEGIN ... type foreign_tbl (line 1975) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type rw_view (line 1980) | CREATE VIEW rw_view AS SELECT * FROM foreign_tbl type foreign_tbl (line 2030) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type parent_tbl (line 2036) | CREATE TABLE parent_tbl (a int, b int) PARTITION BY RANGE(a) type rw_view (line 2046) | CREATE VIEW rw_view AS SELECT * FROM parent_tbl type loc1 (line 2102) | create foreign table loc1 (f1 serial, f2 text, id integer options (key '... type grem1 (line 2126) | create foreign table grem1 ( function trigger_func (line 2174) | CREATE FUNCTION trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ function trigger_data (line 2189) | CREATE OR REPLACE FUNCTION trigger_data() RETURNS trigger function trig_null (line 2426) | CREATE FUNCTION trig_null() RETURNS TRIGGER AS $$ type a (line 2615) | CREATE TABLE a (aa TEXT) type foo (line 2689) | create table foo (f1 int, f2 int) type bar (line 2691) | create foreign table foo2 (f3 int OPTIONS (key 'true')) inherits (foo) type bar (line 2696) | create foreign table bar2 (f3 int OPTIONS (key 'true')) inherits (bar) type foo2child (line 2740) | create foreign table foo2child (f3 int) type i_foo_f1 (line 2809) | create index i_foo_f1 on foo(f1) type parent (line 2883) | create table parent (a int, b text) type "S 1" (line 3293) | CREATE FOREIGN TABLE tru_pk_ftable (id int) type table30 (line 3961) | CREATE FOREIGN TABLE table30 ( x int ) type batch_size (line 3987) | CREATE FOREIGN TABLE ftable ( x int OPTIONS (key 'true') ) SERVER sqlite... type batch_size (line 4019) | CREATE FOREIGN TABLE ftable ( x int ) SERVER sqlite_svr OPTIONS ( table ... type inv_bsz (line 4430) | CREATE FOREIGN TABLE inv_bsz (c1 int ) FILE: sql/15.7/extra/update.sql type update_test (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type upsert_test (line 19) | CREATE FOREIGN TABLE upsert_test ( FILE: sql/15.7/selectfunc.sql type s3 (line 13) | CREATE FOREIGN TABLE s3(id text OPTIONS (key 'true') FILE: sql/15.7/sqlite_fdw.sql type department (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type employee (line 11) | CREATE FOREIGN TABLE employee(emp_id int OPTIONS (key 'true') type empdata (line 13) | CREATE FOREIGN TABLE empdata(emp_id int OPTIONS (key 'true') type numbers (line 15) | CREATE FOREIGN TABLE numbers(a int OPTIONS (key 'true') type multiprimary (line 17) | CREATE FOREIGN TABLE multiprimary(a int, b int OPTIONS (key 'true') type noprimary (line 19) | CREATE FOREIGN TABLE noprimary(a int, b text) type RO_RW_test (line 22) | CREATE FOREIGN TABLE RO_RW_test(i int OPTIONS (key 'true') function test_param_WHERE (line 129) | create or replace function test_param_WHERE() returns void as $$ type columntest (line 511) | CREATE FOREIGN TABLE columntest(a int OPTIONS(column_name 'a a', key 'tr... type fts_table (line 539) | CREATE FOREIGN TABLE fts_table (name text, description text) type grem1_2 (line 585) | CREATE FOREIGN TABLE grem1_2 ( type case_exp (line 598) | CREATE FOREIGN TABLE case_exp(c1 int OPTIONS (key 'true') FILE: sql/15.7/types/bitstring.sql type "type_BIT" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_VARBIT" (line 45) | CREATE FOREIGN TABLE "type_VARBIT"( "i" int OPTIONS (key 'true'), "b" va... FILE: sql/15.7/types/bool.sql type "type_BOOLEAN" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_BOOLEANpk" (line 93) | CREATE FOREIGN TABLE "type_BOOLEANpk" (col bool OPTIONS (key 'true') FILE: sql/15.7/types/float4.sql type FLOAT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT4_TMP (line 12) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') function xfloat4in (line 436) | create function xfloat4in(cstring) returns xfloat4 immutable strict function xfloat4out (line 439) | create function xfloat4out(xfloat4) returns cstring immutable strict type testdata (line 459) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/15.7/types/float8.sql type FLOAT8_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT8_TMP (line 12) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... function xfloat8in (line 879) | create function xfloat8in(cstring) returns xfloat8 immutable strict function xfloat8out (line 882) | create function xfloat8out(xfloat8) returns cstring immutable strict type testdata (line 902) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/15.7/types/int4.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 12) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type FLOAT8_TMP (line 268) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 286) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/15.7/types/int8.sql type INT8_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT8_TMP (line 16) | CREATE FOREIGN TABLE INT8_TMP( type FLOAT8_TMP (line 528) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 546) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') FILE: sql/15.7/types/json.sql type "type_JSON" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_JSONB" (line 21) | CREATE FOREIGN TABLE "type_JSONB" ( type "type_JSONB+" (line 32) | CREATE FOREIGN TABLE "type_JSONB+" ( type json_osm_test (line 804) | CREATE FOREIGN TABLE json_osm_test ( FILE: sql/15.7/types/numeric.sql type num_data (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type num_exp_add (line 13) | CREATE FOREIGN TABLE num_exp_add (id1 int4 OPTIONS (key 'true') type num_exp_sub (line 15) | CREATE FOREIGN TABLE num_exp_sub (id1 int4 OPTIONS (key 'true') type num_exp_div (line 17) | CREATE FOREIGN TABLE num_exp_div (id1 int4 OPTIONS (key 'true') type num_exp_mul (line 19) | CREATE FOREIGN TABLE num_exp_mul (id1 int4 OPTIONS (key 'true') type num_exp_sqrt (line 21) | CREATE FOREIGN TABLE num_exp_sqrt (id int4 OPTIONS (key 'true') type num_exp_ln (line 23) | CREATE FOREIGN TABLE num_exp_ln (id int4 OPTIONS (key 'true') type num_exp_log10 (line 25) | CREATE FOREIGN TABLE num_exp_log10 (id int4 OPTIONS (key 'true') type num_exp_power_10_ln (line 27) | CREATE FOREIGN TABLE num_exp_power_10_ln (id int4 OPTIONS (key 'true') type num_variance (line 30) | CREATE FOREIGN TABLE num_variance (a numeric) type num_result (line 33) | CREATE FOREIGN TABLE num_result (id1 int4 OPTIONS (key 'true') type v (line 1148) | CREATE FOREIGN TABLE v (id int4 OPTIONS (key 'true') type fract_only (line 1549) | CREATE FOREIGN TABLE fract_only (id int, val numeric(4,4)) type num_tmp (line 1583) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... type FLOAT8_TMP (line 1676) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NUMERIC_TMP (line 1699) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, f2 numeric, id int OPTIONS ... type FLOAT4_TMP (line 1722) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type ceil_floor_round (line 1837) | CREATE FOREIGN TABLE ceil_floor_round (a numeric OPTIONS (key 'true') type INT4_TMP (line 1857) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type width_bucket_tbl (line 1876) | CREATE FOREIGN TABLE width_bucket_tbl ( type width_bucket_test (line 1956) | CREATE FOREIGN TABLE width_bucket_test ( type to_number_tbl (line 2199) | create foreign table to_number_tbl (a text, id int options (key 'true') type num_input_test (line 2363) | CREATE FOREIGN TABLE num_input_test (n1 numeric) type num_typemod_test (line 2421) | CREATE FOREIGN TABLE num_typemod_test ( type num_tmp (line 2472) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... FILE: sql/15.7/types/out_of_range.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 13) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type INT2_TBL (line 42) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type INT2_TMP (line 44) | CREATE FOREIGN TABLE INT2_TMP(f1 int2, f2 int2, id int OPTIONS (key 'true') type INT8_TBL (line 73) | CREATE FOREIGN TABLE INT8_TBL(q1 int8 OPTIONS (key 'true') FILE: sql/15.7/types/timestamp.sql type dates1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type dates2 (line 18) | CREATE FOREIGN TABLE dates2 ( FILE: sql/15.7/types/uuid.sql type "type_UUIDpk" (line 210) | CREATE FOREIGN TABLE "type_UUIDpk" (col uuid OPTIONS (key 'true') FILE: sql/15.7/with_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/15.7/with_gis_support/postgis.sql type "♂" (line 18) | CREATE TABLE "♂"."テスト" ( type "♁" (line 43) | CREATE TABLE "♁" ( type "types_PostGIS" (line 165) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 219) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 245) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/15.7/with_gis_support/type.sql type "type_BOOLEAN" (line 144) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/15.7/without_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/15.7/without_gis_support/nogis.sql type "types_PostGIS" (line 43) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 81) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 107) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/15.7/without_gis_support/type.sql type "type_BOOLEAN" (line 141) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/16.3/aggregate.sql type multiprimary (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type multiprimary (line 19) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type limittest (line 49) | CREATE FOREIGN TABLE limittest(id serial OPTIONS (key 'true') FILE: sql/16.3/extra/aggregates.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type aggtest (line 30) | CREATE FOREIGN TABLE aggtest ( type student (line 36) | CREATE FOREIGN TABLE student ( type tenk1 (line 44) | CREATE FOREIGN TABLE tenk1 ( type INT8_TBL (line 64) | CREATE FOREIGN TABLE INT8_TBL( type INT4_TBL (line 80) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type multi_arg_agg (line 93) | CREATE FOREIGN TABLE multi_arg_agg (a int OPTIONS (key 'true') type VARCHAR_TBL (line 96) | CREATE FOREIGN TABLE VARCHAR_TBL(f1 varchar(4) OPTIONS (key 'true') type FLOAT8_TBL (line 99) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type agg_tb (line 112) | CREATE FOREIGN TABLE agg_tb(v int, id integer OPTIONS (key 'true') type agg_tb2 (line 133) | CREATE FOREIGN TABLE agg_tb2(v text) type agg_t3 (line 202) | CREATE FOREIGN TABLE agg_t3(a float8, b float8, id integer OPTIONS (key ... type agg_t4 (line 236) | CREATE FOREIGN TABLE agg_t4(a float4, b float4, id integer OPTIONS (key ... type agg_t5 (line 270) | CREATE FOREIGN TABLE agg_t5(a numeric, b numeric, id integer OPTIONS (ke... type agg_t8 (line 310) | CREATE FOREIGN TABLE agg_t8(a text OPTIONS (key 'true') type agg_t6 (line 409) | CREATE FOREIGN TABLE agg_t6(a float8, id integer OPTIONS (key 'true') type agg_t7 (line 460) | CREATE FOREIGN TABLE agg_t7(a float8, b float8, c float8, d float8, id i... type regr_test (line 484) | CREATE FOREIGN TABLE regr_test (x float8, y float8, id int options (key ... type agg_t15 (line 506) | CREATE FOREIGN TABLE agg_t15 (a text, b int, c int, id int options (key ... type agg_t16 (line 530) | CREATE FOREIGN TABLE agg_t16 (a text, b text, id int options (key 'true') function sum3 (line 603) | create function sum3(int8,int8,int8) returns int8 as type bitwise_test (line 679) | CREATE FOREIGN TABLE bitwise_test( type bool_test_tmp (line 728) | CREATE FOREIGN TABLE bool_test_tmp( type bool_test (line 800) | CREATE FOREIGN TABLE bool_test( type minmaxtest (line 948) | create foreign table minmaxtest(f1 int) type minmaxtest1 (line 950) | create table minmaxtest1() inherits (minmaxtest) type minmaxtest2 (line 952) | create table minmaxtest2() inherits (minmaxtest) type minmaxtest3 (line 954) | create table minmaxtest3() inherits (minmaxtest) type minmaxtest1i (line 956) | create index minmaxtest1i on minmaxtest1(f1) type minmaxtest2i (line 958) | create index minmaxtest2i on minmaxtest2(f1 desc) type minmaxtest3i (line 960) | create index minmaxtest3i on minmaxtest3(f1) where f1 is not null type agg_t1 (line 998) | create foreign table agg_t1 (a int OPTIONS (key 'true') type agg_t2 (line 1000) | create foreign table agg_t2 (x int OPTIONS (key 'true') type agg_t9 (line 1002) | create foreign table agg_t9 (a int OPTIONS (key 'true') type t1c (line 1029) | create temp table t1c () inherits (agg_t1) type t1 (line 1062) | create foreign table t1(f1 int, f2 int) type t2 (line 1064) | create foreign table t2(f1 bigint, f2 oid) function aggf_trans (line 1206) | create function aggf_trans(aggtype[],integer,integer,text) returns aggty... function aggfns_trans (line 1211) | create function aggfns_trans(aggtype[],integer,integer,text) returns agg... type agg_view1 (line 1259) | create view agg_view1 as type agg_view1 (line 1268) | create or replace view agg_view1 as type agg_view1 (line 1277) | create or replace view agg_view1 as type agg_view1 (line 1286) | create or replace view agg_view1 as type agg_view1 (line 1295) | create or replace view agg_view1 as type agg_view1 (line 1304) | create or replace view agg_view1 as type agg_view1 (line 1313) | create or replace view agg_view1 as type bytea_test_table (line 1381) | create foreign table bytea_test_table(v bytea) type pagg_test (line 1407) | create foreign table pagg_test (x int, y int) type v_pagg_test (line 1422) | create view v_pagg_test AS type agg_t17 (line 1495) | create foreign table agg_t17(foo text, bar text) type agg_t170 (line 1504) | create foreign table agg_t170(v int) type agg_t18 (line 1512) | create foreign table agg_t18 (inner_c int) type agg_t19 (line 1514) | create foreign table agg_t19 (outer_c int) type agg_t21 (line 1664) | create foreign table agg_t21 (x int) type agg_t20 (line 1677) | create foreign table agg_t20 (x text) type aggordview1 (line 1807) | create view aggordview1 as function least_accum (line 1824) | create function least_accum(anyelement, variadic anyarray) function cleast_accum (line 1834) | create function cleast_accum(anycompatible, variadic anycompatiblearray) type agg_t10 (line 1858) | create foreign table agg_t10(one int, id int options (key 'true') type agg_t11 (line 1860) | create foreign table agg_t11(one int, two int, id int options (key 'true') type agg_t12 (line 1862) | create foreign table agg_t12(a int, id int options (key 'true') function avg_transfn (line 1869) | create or replace function avg_transfn(state avg_state, n int) returns a... function avg_finalfn (line 1892) | create function avg_finalfn(state avg_state) returns int4 as function sum_finalfn (line 1904) | create function sum_finalfn(state avg_state) returns int4 as function sum_transfn (line 2043) | create or replace function sum_transfn(state int4, n int4) returns int4 as function halfsum_finalfn (line 2064) | create function halfsum_finalfn(state int4) returns int4 as function balkifnull (line 2107) | CREATE FUNCTION balkifnull(int8, int4) function balkifnull (line 2137) | CREATE FUNCTION balkifnull(int8, int8) function rwagg_sfunc (line 2174) | CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray function rwagg_finalfunc (line 2182) | CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray function eatarray (line 2201) | CREATE FUNCTION eatarray(x real[]) RETURNS real[] type float_tb (line 2210) | CREATE FOREIGN TABLE float_tb(f real) type agg_t13 (line 2274) | create foreign table agg_t13(x int, id int options (key 'true') type agg_t14 (line 2287) | create foreign table agg_t14(x int, y int, id int options (key 'true') type agg_data_2k (line 2353) | create foreign table agg_data_2k(g int, id int options (key 'true') type agg_data_20k (line 2355) | create foreign table agg_data_20k(g int, id int options (key 'true') type agg_group_1 (line 2358) | create foreign table agg_group_1(c1 int, c2 numeric, c3 int) type agg_group_2 (line 2360) | create foreign table agg_group_2(a int, c1 numeric, c2 text, c3 int) type agg_group_3 (line 2362) | create foreign table agg_group_3(c1 numeric, c2 int4, c3 int) type agg_group_4 (line 2364) | create foreign table agg_group_4(c1 numeric, c2 text, c3 int) type agg_hash_1 (line 2367) | create foreign table agg_hash_1(c1 int, c2 numeric, c3 int) type agg_hash_2 (line 2369) | create foreign table agg_hash_2(a int, c1 numeric, c2 text, c3 int) type agg_hash_3 (line 2371) | create foreign table agg_hash_3(c1 numeric, c2 int4, c3 int) type agg_hash_4 (line 2373) | create foreign table agg_hash_4(c1 numeric, c2 text, c3 int) FILE: sql/16.3/extra/encodings.sql type "Unicode data" (line 42) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 54) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 191) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 328) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 465) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 602) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 739) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 876) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1013) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1150) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1287) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1424) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1561) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1698) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1835) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1972) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2109) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2246) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2383) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2520) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2657) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2794) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2931) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3068) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3205) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3343) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3480) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/16.3/extra/insert.sql type inserttest01 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/16.3/extra/join.sql type J1_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type J2_TBL (line 19) | CREATE FOREIGN TABLE J2_TBL ( type tenk1 (line 25) | CREATE FOREIGN TABLE tenk1 ( type tenk2 (line 45) | CREATE FOREIGN TABLE tenk2 ( type INT4_TBL (line 65) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type FLOAT8_TBL (line 78) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type INT8_TBL (line 91) | CREATE FOREIGN TABLE INT8_TBL( type INT2_TBL (line 107) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type onerow (line 153) | create temp table onerow(); type t31 (line 401) | CREATE FOREIGN TABLE t31 (name TEXT, n INTEGER) type onek (line 404) | CREATE FOREIGN TABLE onek ( type t32 (line 892) | CREATE FOREIGN TABLE t32 (x int OPTIONS (key 'true') type t2a (line 929) | create temp table t2a () inherits (t22) type tt1 (line 977) | CREATE FOREIGN TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 984) | CREATE FOREIGN TABLE tt2 ( tt2_id int4, joincol int4 ) type tt3 (line 1039) | create foreign table tt3(f1 int, f2 text) type tt4 (line 1044) | create foreign table tt4(f1 int) type tt4x (line 1111) | create foreign table tt4x(c1 int, c2 int, c3 int) type tt5 (line 1130) | create foreign table tt5(f1 int, f2 int) type tt6 (line 1132) | create foreign table tt6(f1 int, f2 int) type xx (line 1154) | create foreign table xx (pkxx int) type yy (line 1156) | create foreign table yy (pkyy int, pkxx int) type zt1 (line 1186) | create foreign table zt1 (f1 int OPTIONS(key 'true') type zt2 (line 1188) | create foreign table zt2 (f2 int OPTIONS(key 'true') type zt3 (line 1190) | create foreign table zt3 (f3 int OPTIONS(key 'true') type zv1 (line 1203) | create temp view zv1 as select *,'dummy'::text AS junk from zt1 type a1 (line 1252) | create foreign table a1 (i integer) type b1 (line 1254) | create foreign table b1 (x integer, y integer) type a2 (line 1312) | create foreign table a2 ( type b2 (line 1316) | create foreign table b2 ( type c2 (line 1321) | create foreign table c2 ( type sub_tbl (line 1359) | create foreign table sub_tbl (key1 int, key3 int, key5 int, key6 int, va... type nt1 (line 1426) | create foreign table nt1 ( type nt2 (line 1432) | create foreign table nt2 ( type nt3 (line 1439) | create foreign table nt3 ( type q1 (line 1555) | create foreign table q1(i int) type q2 (line 1559) | create foreign table q2(i int) function f_immutable_int4 (line 1739) | create function f_immutable_int4(i integer) returns integer as function mki8 (line 1808) | create function mki8(bigint, bigint) returns int8_tbl as function mki4 (line 1812) | create function mki4(int) returns int4_tbl as type text_tbl (line 2046) | create foreign table text_tbl(f1 text) type t (line 2254) | CREATE FOREIGN TABLE t (a int options (key 'true') type a3 (line 2433) | CREATE FOREIGN TABLE a3 (id int OPTIONS (key 'true') type b3 (line 2435) | CREATE FOREIGN TABLE b3 (id int OPTIONS (key 'true') type c3 (line 2437) | CREATE FOREIGN TABLE c3 (id int OPTIONS (key 'true') type d3 (line 2439) | CREATE FOREIGN TABLE d3 (a int, b int) type parted_b1 (line 2630) | CREATE TEMP TABLE parted_b1 partition of parted_b for values from (0) to... type parent (line 2640) | create foreign table parent (k int options (key 'true') type child (line 2642) | create foreign table child (k int options (key 'true') type a4 (line 2691) | CREATE FOREIGN TABLE a4 (id int OPTIONS (key 'true') type b4 (line 2693) | CREATE FOREIGN TABLE b4 (id int OPTIONS (key 'true') type innertab (line 2710) | create foreign table innertab (id int8 options (key 'true') type xx1 (line 3283) | create temp table xx1 as select f1 as x1, -f1 as x2 from int4_tbl type fkest (line 3336) | create table fkest (x integer, x10 integer, x10b integer, x100 integer) type fkest (line 3340) | create unique index on fkest(x, x10, x100) type fkest (line 3370) | create foreign table fkest (a int options (key 'true') type fkest1 (line 3372) | create foreign table fkest1 (a int options (key 'true') type j11 (line 3401) | create foreign table j11 (id int options (key 'true') type j21 (line 3403) | create foreign table j21 (id int options (key 'true') type j31 (line 3405) | create foreign table j31 (id int) type j32 (line 3477) | create foreign table j32 (id1 int options (key 'true') type j1 (line 3519) | create table j1 (id1 int, id2 int, primary key(id1,id2)) type j2 (line 3521) | create table j2 (id1 int, id2 int, primary key(id1,id2)) type j1_id2_idx (line 3532) | create unique index j1_id2_idx on j1(id2) where id2 is not null type j3 (line 3620) | create table j3 as select unique1, tenthous from onek type j3 (line 3623) | create unique index on j3(unique1, tenthous) FILE: sql/16.3/extra/limit.sql type onek (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type int8_tbl (line 31) | CREATE FOREIGN TABLE int8_tbl(q1 int8 OPTIONS (key 'true') type INT8_TMP (line 44) | CREATE FOREIGN TABLE INT8_TMP( type tenk1 (line 54) | CREATE FOREIGN TABLE tenk1 ( type parent_table (line 74) | CREATE TABLE parent_table ( type limit_thousand_v_1 (line 416) | CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_2 (line 421) | CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 426) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 429) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_4 (line 434) | CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousa... FILE: sql/16.3/extra/prepare.sql type tenk1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type road (line 31) | CREATE FOREIGN TABLE road ( type road_tmp (line 37) | create foreign table road_tmp (a int, b int, id int options (key 'true') FILE: sql/16.3/extra/select.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type onek2 (line 31) | CREATE FOREIGN TABLE onek2 ( type INT8_TBL (line 51) | CREATE FOREIGN TABLE INT8_TBL( type person (line 67) | CREATE FOREIGN TABLE person ( function sillysrf (line 363) | create function sillysrf(int) returns setof int as type list_parted_tbl (line 384) | create table list_parted_tbl (a int,b int) partition by list (a) type list_parted_tbl1 (line 386) | create table list_parted_tbl1 partition of list_parted_tbl FILE: sql/16.3/extra/select_having.sql type test_having (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/16.3/extra/sqlite_fdw_post.sql type ft1 (line 75) | CREATE FOREIGN TABLE ft1 ( type ft2 (line 90) | CREATE FOREIGN TABLE ft2 ( type ft5 (line 105) | CREATE FOREIGN TABLE ft4 ( type ft2 (line 119) | CREATE FOREIGN TABLE ft6 ( type v4 (line 821) | CREATE VIEW v4 AS SELECT * FROM ft4 type v5 (line 823) | CREATE VIEW v5 AS SELECT * FROM ft5 function least_accum (line 1087) | create function least_accum(anyelement, variadic anyarray) function f_test (line 1514) | CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ type reind_fdw_parent (line 1534) | CREATE FOREIGN TABLE reindex_foreign (c1 int, c2 int) type ft3 (line 1625) | create foreign table ft3 (f1 text collate "C", f2 text, f3 varchar(10)) function "S 1" (line 1829) | CREATE OR REPLACE FUNCTION "S 1".F_BRTRIG() RETURNS trigger AS $$ type ft1_constraint (line 1855) | CREATE FOREIGN TABLE ft1_constraint ( function row_before_insupd_trigfunc (line 2016) | CREATE FUNCTION row_before_insupd_trigfunc() RETURNS trigger AS $$BEGIN ... type foreign_tbl (line 2019) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type rw_view (line 2024) | CREATE VIEW rw_view AS SELECT * FROM foreign_tbl type foreign_tbl (line 2074) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type parent_tbl (line 2080) | CREATE TABLE parent_tbl (a int, b int) PARTITION BY RANGE(a) type rw_view (line 2090) | CREATE VIEW rw_view AS SELECT * FROM parent_tbl type loc1 (line 2170) | create foreign table loc1 (f1 serial, f2 text, id integer options (key '... type grem1 (line 2194) | create foreign table grem1 ( function trigger_func (line 2261) | CREATE FUNCTION trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ function trigger_data (line 2276) | CREATE OR REPLACE FUNCTION trigger_data() RETURNS trigger function trig_null (line 2514) | CREATE FUNCTION trig_null() RETURNS TRIGGER AS $$ type a (line 2703) | CREATE TABLE a (aa TEXT) type foo (line 2777) | create table foo (f1 int, f2 int) type bar (line 2779) | create foreign table foo2 (f3 int OPTIONS (key 'true')) inherits (foo) type bar (line 2784) | create foreign table bar2 (f3 int OPTIONS (key 'true')) inherits (bar) type foo2child (line 2828) | create foreign table foo2child (f3 int) type i_foo_f1 (line 2897) | create index i_foo_f1 on foo(f1) type parent (line 2971) | create table parent (a int, b text) type "S 1" (line 3485) | CREATE FOREIGN TABLE tru_pk_ftable (id int) type table30 (line 4149) | CREATE FOREIGN TABLE table30 ( x int ) type batch_size (line 4175) | CREATE FOREIGN TABLE ftable ( x int OPTIONS (key 'true') ) SERVER sqlite... type batch_size (line 4195) | CREATE FOREIGN TABLE ftable ( x int ) SERVER sqlite_svr OPTIONS ( table ... type inv_bsz (line 4727) | CREATE FOREIGN TABLE inv_bsz (c1 int ) FILE: sql/16.3/extra/update.sql type update_test (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type upsert_test (line 19) | CREATE FOREIGN TABLE upsert_test ( FILE: sql/16.3/selectfunc.sql type s3 (line 13) | CREATE FOREIGN TABLE s3(id text OPTIONS (key 'true') FILE: sql/16.3/sqlite_fdw.sql type department (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type employee (line 11) | CREATE FOREIGN TABLE employee(emp_id int OPTIONS (key 'true') type empdata (line 13) | CREATE FOREIGN TABLE empdata(emp_id int OPTIONS (key 'true') type numbers (line 15) | CREATE FOREIGN TABLE numbers(a int OPTIONS (key 'true') type multiprimary (line 17) | CREATE FOREIGN TABLE multiprimary(a int, b int OPTIONS (key 'true') type noprimary (line 19) | CREATE FOREIGN TABLE noprimary(a int, b text) type RO_RW_test (line 21) | CREATE FOREIGN TABLE RO_RW_test(i int OPTIONS (key 'true') function test_param_WHERE (line 128) | create or replace function test_param_WHERE() returns void as $$ type columntest (line 510) | CREATE FOREIGN TABLE columntest(a int OPTIONS(column_name 'a a', key 'tr... type fts_table (line 538) | CREATE FOREIGN TABLE fts_table (name text, description text) type grem1_2 (line 584) | CREATE FOREIGN TABLE grem1_2 ( type case_exp (line 597) | CREATE FOREIGN TABLE case_exp(c1 int OPTIONS (key 'true') FILE: sql/16.3/types/bitstring.sql type "type_BIT" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_VARBIT" (line 45) | CREATE FOREIGN TABLE "type_VARBIT"( "i" int OPTIONS (key 'true'), "b" va... FILE: sql/16.3/types/bool.sql type "type_BOOLEAN" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_BOOLEANpk" (line 93) | CREATE FOREIGN TABLE "type_BOOLEANpk" (col bool OPTIONS (key 'true') FILE: sql/16.3/types/float4.sql type FLOAT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT4_TMP (line 12) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type NON_ERROR_THROWING_API_FLOAT4 (line 72) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_FLOAT4(f1 text, id serial OP... function xfloat4in (line 445) | create function xfloat4in(cstring) returns xfloat4 immutable strict function xfloat4out (line 448) | create function xfloat4out(xfloat4) returns cstring immutable strict type testdata (line 468) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/16.3/types/float8.sql type FLOAT8_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT8_TMP (line 12) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NON_ERROR_THROWING_API_FLOAT8 (line 60) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_FLOAT8(f1 text, id serial OP... function xfloat8in (line 904) | create function xfloat8in(cstring) returns xfloat8 immutable strict function xfloat8out (line 907) | create function xfloat8out(xfloat8) returns cstring immutable strict type testdata (line 927) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/16.3/types/int4.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 12) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type NON_ERROR_THROWING_API_INT4 (line 55) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT4(f1 text, id serial OPTI... type FLOAT8_TMP (line 282) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 300) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') type special_case_int4 (line 374) | CREATE FOREIGN TABLE special_case_int4 (f1 text, id int OPTIONS (key 'tr... FILE: sql/16.3/types/int8.sql type INT8_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT8_TMP (line 16) | CREATE FOREIGN TABLE INT8_TMP( type NON_ERROR_THROWING_API_INT8 (line 57) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT8(f1 text, id serial OPTI... type FLOAT8_TMP (line 542) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 560) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') type special_case_int8 (line 635) | CREATE FOREIGN TABLE special_case_int8 (f1 text, id int OPTIONS (key 'tr... FILE: sql/16.3/types/json.sql type "type_JSON" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_JSONB" (line 21) | CREATE FOREIGN TABLE "type_JSONB" ( type "type_JSONB+" (line 32) | CREATE FOREIGN TABLE "type_JSONB+" ( type json_osm_test (line 804) | CREATE FOREIGN TABLE json_osm_test ( FILE: sql/16.3/types/numeric.sql type num_data (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type num_exp_add (line 13) | CREATE FOREIGN TABLE num_exp_add (id1 int4 OPTIONS (key 'true') type num_exp_sub (line 15) | CREATE FOREIGN TABLE num_exp_sub (id1 int4 OPTIONS (key 'true') type num_exp_div (line 17) | CREATE FOREIGN TABLE num_exp_div (id1 int4 OPTIONS (key 'true') type num_exp_mul (line 19) | CREATE FOREIGN TABLE num_exp_mul (id1 int4 OPTIONS (key 'true') type num_exp_sqrt (line 21) | CREATE FOREIGN TABLE num_exp_sqrt (id int4 OPTIONS (key 'true') type num_exp_ln (line 23) | CREATE FOREIGN TABLE num_exp_ln (id int4 OPTIONS (key 'true') type num_exp_log10 (line 25) | CREATE FOREIGN TABLE num_exp_log10 (id int4 OPTIONS (key 'true') type num_exp_power_10_ln (line 27) | CREATE FOREIGN TABLE num_exp_power_10_ln (id int4 OPTIONS (key 'true') type num_variance (line 30) | CREATE FOREIGN TABLE num_variance (a numeric) type num_result (line 33) | CREATE FOREIGN TABLE num_result (id1 int4 OPTIONS (key 'true') type v (line 1148) | CREATE FOREIGN TABLE v (id int4 OPTIONS (key 'true') type fract_only (line 1549) | CREATE FOREIGN TABLE fract_only (id int, val numeric(4,4)) type num_tmp (line 1583) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... type FLOAT8_TMP (line 1676) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NUMERIC_TMP (line 1699) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, f2 numeric, id int OPTIONS ... type FLOAT4_TMP (line 1722) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type ceil_floor_round (line 1837) | CREATE FOREIGN TABLE ceil_floor_round (a numeric OPTIONS (key 'true') type INT4_TMP (line 1857) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type width_bucket_tbl (line 1876) | CREATE FOREIGN TABLE width_bucket_tbl ( type width_bucket_test (line 1956) | CREATE FOREIGN TABLE width_bucket_test ( type ceil_round_float8 (line 2213) | CREATE FOREIGN TABLE ceil_round_float8(a float8) type to_number_tbl (line 2242) | create foreign table to_number_tbl (a text, id int options (key 'true') type num_input_test (line 2406) | CREATE FOREIGN TABLE num_input_test (n1 numeric) type NON_ERROR_THROWING_API_INT4_NUMERIC (line 2489) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT4_NUMERIC(f1 text, id ser... type num_typemod_test (line 2507) | CREATE FOREIGN TABLE num_typemod_test ( type num_tmp (line 2558) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... FILE: sql/16.3/types/out_of_range.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 13) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type INT2_TBL (line 42) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type INT2_TMP (line 44) | CREATE FOREIGN TABLE INT2_TMP(f1 int2, f2 int2, id int OPTIONS (key 'true') type INT8_TBL (line 73) | CREATE FOREIGN TABLE INT8_TBL(q1 int8 OPTIONS (key 'true') FILE: sql/16.3/types/timestamp.sql type dates1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type dates2 (line 18) | CREATE FOREIGN TABLE dates2 ( FILE: sql/16.3/types/uuid.sql type "type_UUIDpk" (line 210) | CREATE FOREIGN TABLE "type_UUIDpk" (col uuid OPTIONS (key 'true') FILE: sql/16.3/with_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/16.3/with_gis_support/postgis.sql type "♂" (line 18) | CREATE TABLE "♂"."テスト" ( type "♁" (line 43) | CREATE TABLE "♁" ( type "types_PostGIS" (line 165) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 219) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 245) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/16.3/with_gis_support/type.sql type "type_BOOLEAN" (line 144) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/16.3/without_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/16.3/without_gis_support/nogis.sql type "types_PostGIS" (line 43) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 81) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 107) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/16.3/without_gis_support/type.sql type "type_BOOLEAN" (line 141) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/17.0/aggregate.sql type multiprimary (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type multiprimary (line 19) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type limittest (line 49) | CREATE FOREIGN TABLE limittest(id serial OPTIONS (key 'true') FILE: sql/17.0/extra/aggregates.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type aggtest (line 30) | CREATE FOREIGN TABLE aggtest ( type student (line 36) | CREATE FOREIGN TABLE student ( type tenk1 (line 44) | CREATE FOREIGN TABLE tenk1 ( type INT8_TBL (line 64) | CREATE FOREIGN TABLE INT8_TBL( type INT4_TBL (line 80) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type multi_arg_agg (line 93) | CREATE FOREIGN TABLE multi_arg_agg (a int OPTIONS (key 'true') type VARCHAR_TBL (line 96) | CREATE FOREIGN TABLE VARCHAR_TBL(f1 varchar(4) OPTIONS (key 'true') type FLOAT8_TBL (line 99) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type agg_tb (line 112) | CREATE FOREIGN TABLE agg_tb(v int, id integer OPTIONS (key 'true') type agg_tb2 (line 133) | CREATE FOREIGN TABLE agg_tb2(v text) type agg_t3 (line 202) | CREATE FOREIGN TABLE agg_t3(a float8, b float8, id integer OPTIONS (key ... type agg_t4 (line 236) | CREATE FOREIGN TABLE agg_t4(a float4, b float4, id integer OPTIONS (key ... type agg_t5 (line 270) | CREATE FOREIGN TABLE agg_t5(a numeric, b numeric, id integer OPTIONS (ke... type agg_t8 (line 310) | CREATE FOREIGN TABLE agg_t8(a text OPTIONS (key 'true') type agg_t6 (line 409) | CREATE FOREIGN TABLE agg_t6(a float8, id integer OPTIONS (key 'true') type agg_t7 (line 460) | CREATE FOREIGN TABLE agg_t7(a float8, b float8, c float8, d float8, id i... type regr_test (line 484) | CREATE FOREIGN TABLE regr_test (x float8, y float8, id int options (key ... type agg_t15 (line 506) | CREATE FOREIGN TABLE agg_t15 (a text, b int, c int, id int options (key ... type agg_t16 (line 530) | CREATE FOREIGN TABLE agg_t16 (a text, b text, id int options (key 'true') function sum3 (line 603) | create function sum3(int8,int8,int8) returns int8 as type bitwise_test (line 679) | CREATE FOREIGN TABLE bitwise_test( type bool_test_tmp (line 728) | CREATE FOREIGN TABLE bool_test_tmp( type bool_test (line 800) | CREATE FOREIGN TABLE bool_test( type minmaxtest (line 948) | create foreign table minmaxtest(f1 int) type minmaxtest1 (line 950) | create table minmaxtest1() inherits (minmaxtest) type minmaxtest2 (line 952) | create table minmaxtest2() inherits (minmaxtest) type minmaxtest3 (line 954) | create table minmaxtest3() inherits (minmaxtest) type minmaxtest1i (line 956) | create index minmaxtest1i on minmaxtest1(f1) type minmaxtest2i (line 958) | create index minmaxtest2i on minmaxtest2(f1 desc) type minmaxtest3i (line 960) | create index minmaxtest3i on minmaxtest3(f1) where f1 is not null type agg_t1 (line 1010) | create foreign table agg_t1 (a int OPTIONS (key 'true') type agg_t2 (line 1012) | create foreign table agg_t2 (x int OPTIONS (key 'true') type agg_t9 (line 1014) | create foreign table agg_t9 (a int OPTIONS (key 'true') type t1c (line 1041) | create temp table t1c () inherits (agg_t1) type t1 (line 1074) | create foreign table t1(f1 int, f2 int) type t2 (line 1076) | create foreign table t2(f1 bigint, f2 oid) function aggf_trans (line 1218) | create function aggf_trans(aggtype[],integer,integer,text) returns aggty... function aggfns_trans (line 1223) | create function aggfns_trans(aggtype[],integer,integer,text) returns agg... type agg_t22 (line 1270) | create foreign table agg_t22 (c1 text, id int) type agg_t23 (line 1272) | create foreign table agg_t23 (id int) type agg_view1 (line 1289) | create view agg_view1 as type agg_view1 (line 1298) | create or replace view agg_view1 as type agg_view1 (line 1307) | create or replace view agg_view1 as type agg_view1 (line 1316) | create or replace view agg_view1 as type agg_view1 (line 1325) | create or replace view agg_view1 as type agg_view1 (line 1334) | create or replace view agg_view1 as type agg_view1 (line 1343) | create or replace view agg_view1 as type bytea_test_table (line 1411) | create foreign table bytea_test_table(v bytea) type pagg_test (line 1437) | create foreign table pagg_test (x int, y int) type v_pagg_test (line 1452) | create view v_pagg_test AS type agg_t17 (line 1525) | create foreign table agg_t17(foo text, bar text) type agg_t170 (line 1534) | create foreign table agg_t170(v int) type agg_t18 (line 1542) | create foreign table agg_t18 (inner_c int) type agg_t19 (line 1544) | create foreign table agg_t19 (outer_c int) type agg_t21 (line 1694) | create foreign table agg_t21 (x int) type agg_t20 (line 1707) | create foreign table agg_t20 (x text) type aggordview1 (line 1837) | create view aggordview1 as function least_accum (line 1854) | create function least_accum(anyelement, variadic anyarray) function cleast_accum (line 1864) | create function cleast_accum(anycompatible, variadic anycompatiblearray) type agg_t10 (line 1888) | create foreign table agg_t10(one int, id int options (key 'true') type agg_t11 (line 1890) | create foreign table agg_t11(one int, two int, id int options (key 'true') type agg_t12 (line 1892) | create foreign table agg_t12(a int, id int options (key 'true') function avg_transfn (line 1899) | create or replace function avg_transfn(state avg_state, n int) returns a... function avg_finalfn (line 1922) | create function avg_finalfn(state avg_state) returns int4 as function sum_finalfn (line 1934) | create function sum_finalfn(state avg_state) returns int4 as function sum_transfn (line 2073) | create or replace function sum_transfn(state int4, n int4) returns int4 as function halfsum_finalfn (line 2094) | create function halfsum_finalfn(state int4) returns int4 as function balkifnull (line 2137) | CREATE FUNCTION balkifnull(int8, int4) type group_agg_pk (line 2231) | CREATE FOREIGN TABLE group_agg_pk(x int, y int, z int, w int, f int) function rwagg_sfunc (line 2337) | CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray function rwagg_finalfunc (line 2345) | CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray function eatarray (line 2364) | CREATE FUNCTION eatarray(x real[]) RETURNS real[] type float_tb (line 2373) | CREATE FOREIGN TABLE float_tb(f real) type agg_t13 (line 2437) | create foreign table agg_t13(x int, id int options (key 'true') type agg_t14 (line 2450) | create foreign table agg_t14(x int, y int, id int options (key 'true') type agg_data_2k (line 2516) | create foreign table agg_data_2k(g int, id int options (key 'true') type agg_data_20k (line 2518) | create foreign table agg_data_20k(g int, id int options (key 'true') type agg_group_1 (line 2521) | create foreign table agg_group_1(c1 int, c2 numeric, c3 int) type agg_group_2 (line 2523) | create foreign table agg_group_2(a int, c1 numeric, c2 text, c3 int) type agg_group_3 (line 2525) | create foreign table agg_group_3(c1 numeric, c2 int4, c3 int) type agg_group_4 (line 2527) | create foreign table agg_group_4(c1 numeric, c2 text, c3 int) type agg_hash_1 (line 2530) | create foreign table agg_hash_1(c1 int, c2 numeric, c3 int) type agg_hash_2 (line 2532) | create foreign table agg_hash_2(a int, c1 numeric, c2 text, c3 int) type agg_hash_3 (line 2534) | create foreign table agg_hash_3(c1 numeric, c2 int4, c3 int) type agg_hash_4 (line 2536) | create foreign table agg_hash_4(c1 numeric, c2 text, c3 int) FILE: sql/17.0/extra/encodings.sql type "Unicode data" (line 42) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 54) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 191) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 328) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 465) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 602) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 739) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 876) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1013) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1150) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1287) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1424) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1561) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1698) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1835) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 1972) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2109) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2246) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2383) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2520) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2657) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2794) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 2931) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3068) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3205) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3343) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "Unicode data" (line 3480) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/17.0/extra/insert.sql type inserttest01 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/17.0/extra/join.sql type J1_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type J2_TBL (line 19) | CREATE FOREIGN TABLE J2_TBL ( type tenk1 (line 25) | CREATE FOREIGN TABLE tenk1 ( type tenk2 (line 45) | CREATE FOREIGN TABLE tenk2 ( type INT4_TBL (line 65) | CREATE FOREIGN TABLE INT4_TBL(f1 int4 OPTIONS (key 'true') type FLOAT8_TBL (line 79) | CREATE FOREIGN TABLE FLOAT8_TBL(f1 float8 OPTIONS (key 'true') type INT8_TBL (line 93) | CREATE FOREIGN TABLE INT8_TBL( type INT2_TBL (line 108) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type onerow (line 154) | create temp table onerow(); type t31 (line 402) | CREATE FOREIGN TABLE t31 (name TEXT, n INTEGER) type onek (line 405) | CREATE FOREIGN TABLE onek ( type t32 (line 893) | CREATE FOREIGN TABLE t32 (x int OPTIONS (key 'true') type t2a (line 930) | create temp table t2a () inherits (t22) type tt1 (line 978) | CREATE FOREIGN TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 985) | CREATE FOREIGN TABLE tt2 ( tt2_id int4, joincol int4 ) type tbl_ra (line 1014) | create foreign table tbl_ra(a int options (key 'true') type tt3 (line 1071) | create foreign table tt3(f1 int, f2 text) type tt4 (line 1076) | create foreign table tt4(f1 int) type tt4x (line 1143) | create foreign table tt4x(c1 int, c2 int, c3 int) type tt5 (line 1162) | create foreign table tt5(f1 int, f2 int) type tt6 (line 1164) | create foreign table tt6(f1 int, f2 int) type xx (line 1186) | create foreign table xx (pkxx int) type yy (line 1188) | create foreign table yy (pkyy int, pkxx int) type zt1 (line 1218) | create foreign table zt1 (f1 int OPTIONS(key 'true') type zt2 (line 1220) | create foreign table zt2 (f2 int OPTIONS(key 'true') type zt3 (line 1222) | create foreign table zt3 (f3 int OPTIONS(key 'true') type zv1 (line 1235) | create temp view zv1 as select *,'dummy'::text AS junk from zt1 type a1 (line 1284) | create foreign table a1 (i integer) type b1 (line 1286) | create foreign table b1 (x integer, y integer) type a2 (line 1344) | create foreign table a2 ( type b2 (line 1348) | create foreign table b2 ( type c2 (line 1353) | create foreign table c2 ( type sub_tbl (line 1391) | create foreign table sub_tbl (key1 int, key3 int, key5 int, key6 int, va... type nt1 (line 1458) | create foreign table nt1 ( type nt2 (line 1464) | create foreign table nt2 ( type nt3 (line 1471) | create foreign table nt3 ( type q1 (line 1587) | create foreign table q1(i int) type q2 (line 1591) | create foreign table q2(i int) function f_immutable_int4 (line 1771) | create function f_immutable_int4(i integer) returns integer as function mki8 (line 1840) | create function mki8(bigint, bigint) returns int8_tbl as function mki4 (line 1844) | create function mki4(int) returns int4_tbl as function f_field_select (line 1867) | create function f_field_select(t onek) returns int4 as type text_tbl (line 2093) | create foreign table text_tbl(f1 text) type t (line 2301) | CREATE FOREIGN TABLE t (a int options (key 'true') type a3 (line 2480) | CREATE FOREIGN TABLE a3 (id int OPTIONS (key 'true') type b3 (line 2482) | CREATE FOREIGN TABLE b3 (id int OPTIONS (key 'true') type c3 (line 2484) | CREATE FOREIGN TABLE c3 (id int OPTIONS (key 'true') type d3 (line 2486) | CREATE FOREIGN TABLE d3 (a int, b int) type parted_b1 (line 2677) | CREATE TEMP TABLE parted_b1 partition of parted_b for values from (0) to... type parent (line 2687) | create foreign table parent (k int options (key 'true') type child (line 2689) | create foreign table child (k int options (key 'true') type a4 (line 2738) | CREATE FOREIGN TABLE a4 (id int OPTIONS (key 'true') type b4 (line 2740) | CREATE FOREIGN TABLE b4 (id int OPTIONS (key 'true') type innertab (line 2757) | create foreign table innertab (id int8 options (key 'true') type xx1 (line 3344) | create temp table xx1 as select f1 as x1, -f1 as x2 from int4_tbl type fkest (line 3397) | create table fkest (x integer, x10 integer, x10b integer, x100 integer) type fkest (line 3401) | create unique index on fkest(x, x10, x100) type fkest (line 3431) | create foreign table fkest (a int options (key 'true') type fkest1 (line 3433) | create foreign table fkest1 (a int options (key 'true') type j11 (line 3462) | create foreign table j11 (id int options (key 'true') type j21 (line 3464) | create foreign table j21 (id int options (key 'true') type j31 (line 3466) | create foreign table j31 (id int) type j32 (line 3538) | create foreign table j32 (id1 int options (key 'true') type j1 (line 3580) | create table j1 (id1 int, id2 int, primary key(id1,id2)) type j2 (line 3582) | create table j2 (id1 int, id2 int, primary key(id1,id2)) type j1_id2_idx (line 3593) | create unique index j1_id2_idx on j1(id2) where id2 is not null type j3 (line 3681) | create table j3 as select unique1, tenthous from onek type j3 (line 3684) | create unique index on j3(unique1, tenthous) FILE: sql/17.0/extra/limit.sql type onek (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type int8_tbl (line 31) | CREATE FOREIGN TABLE int8_tbl(q1 int8 OPTIONS (key 'true') type INT8_TMP (line 44) | CREATE FOREIGN TABLE INT8_TMP( type tenk1 (line 54) | CREATE FOREIGN TABLE tenk1 ( type parent_table (line 74) | CREATE TABLE parent_table ( type limit_thousand_v_1 (line 416) | CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_2 (line 421) | CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 426) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_3 (line 429) | CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousa... type limit_thousand_v_4 (line 434) | CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousa... FILE: sql/17.0/extra/prepare.sql type tenk1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type road (line 31) | CREATE FOREIGN TABLE road ( type road_tmp (line 37) | create foreign table road_tmp (a int, b int, id int options (key 'true') FILE: sql/17.0/extra/select.sql type onek (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type onek2 (line 31) | CREATE FOREIGN TABLE onek2 ( type INT8_TBL (line 51) | CREATE FOREIGN TABLE INT8_TBL( type person (line 68) | CREATE FOREIGN TABLE person ( function sillysrf (line 364) | create function sillysrf(int) returns setof int as type list_parted_tbl (line 385) | create table list_parted_tbl (a int,b int) partition by list (a) type list_parted_tbl1 (line 387) | create table list_parted_tbl1 partition of list_parted_tbl FILE: sql/17.0/extra/select_having.sql type test_having (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw FILE: sql/17.0/extra/sqlite_fdw_post.sql type ft1 (line 75) | CREATE FOREIGN TABLE ft1 ( type ft2 (line 90) | CREATE FOREIGN TABLE ft2 ( type ft5 (line 105) | CREATE FOREIGN TABLE ft4 ( type ft2 (line 119) | CREATE FOREIGN TABLE ft6 ( function sqlite_fdw_abs (line 346) | CREATE FUNCTION sqlite_fdw_abs(int) RETURNS int AS $$ type v4 (line 861) | CREATE VIEW v4 AS SELECT * FROM ft4 type v5 (line 863) | CREATE VIEW v5 AS SELECT * FROM ft5 function least_accum (line 1126) | create function least_accum(anyelement, variadic anyarray) function f_test (line 1557) | CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ type reind_fdw_parent (line 1577) | CREATE FOREIGN TABLE reindex_foreign (c1 int, c2 int) type ft3 (line 1668) | create foreign table ft3 (f1 text collate "C", f2 text, f3 varchar(10)) function "S 1" (line 2011) | CREATE OR REPLACE FUNCTION "S 1".F_BRTRIG() RETURNS trigger AS $$ type ft1_constraint (line 2037) | CREATE FOREIGN TABLE ft1_constraint ( function row_before_insupd_trigfunc (line 2238) | CREATE FUNCTION row_before_insupd_trigfunc() RETURNS trigger AS $$BEGIN ... type foreign_tbl (line 2241) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type rw_view (line 2246) | CREATE VIEW rw_view AS SELECT * FROM foreign_tbl type foreign_tbl (line 2296) | CREATE FOREIGN TABLE foreign_tbl (a int OPTIONS (key 'true') type parent_tbl (line 2302) | CREATE TABLE parent_tbl (a int, b int) PARTITION BY RANGE(a) type rw_view (line 2312) | CREATE VIEW rw_view AS SELECT * FROM parent_tbl type loc1 (line 2392) | create foreign table loc1 (f1 serial, f2 text, id integer options (key '... type grem1 (line 2416) | create foreign table grem1 ( function trigger_func (line 2483) | CREATE FUNCTION trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ function trigger_data (line 2498) | CREATE OR REPLACE FUNCTION trigger_data() RETURNS trigger function trig_null (line 2736) | CREATE FUNCTION trig_null() RETURNS TRIGGER AS $$ type a (line 2925) | CREATE TABLE a (aa TEXT) type foo (line 2999) | create table foo (f1 int, f2 int) type bar (line 3001) | create foreign table foo2 (f3 int OPTIONS (key 'true')) inherits (foo) type bar (line 3006) | create foreign table bar2 (f3 int OPTIONS (key 'true')) inherits (bar) type foo2child (line 3050) | create foreign table foo2child (f3 int) type i_foo_f1 (line 3119) | create index i_foo_f1 on foo(f1) type parent (line 3193) | create table parent (a int, b text) type "S 1" (line 3707) | CREATE FOREIGN TABLE tru_pk_ftable (id int) type table30 (line 4371) | CREATE FOREIGN TABLE table30 ( x int ) type batch_size (line 4397) | CREATE FOREIGN TABLE ftable ( x int OPTIONS (key 'true') ) SERVER sqlite... type batch_size (line 4417) | CREATE FOREIGN TABLE ftable ( x int ) SERVER sqlite_svr OPTIONS ( table ... type inv_bsz (line 4964) | CREATE FOREIGN TABLE inv_bsz (c1 int ) FILE: sql/17.0/extra/update.sql type update_test (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type upsert_test (line 19) | CREATE FOREIGN TABLE upsert_test ( FILE: sql/17.0/selectfunc.sql type s3 (line 13) | CREATE FOREIGN TABLE s3(id text OPTIONS (key 'true') FILE: sql/17.0/sqlite_fdw.sql type department (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type employee (line 11) | CREATE FOREIGN TABLE employee(emp_id int OPTIONS (key 'true') type empdata (line 13) | CREATE FOREIGN TABLE empdata(emp_id int OPTIONS (key 'true') type numbers (line 15) | CREATE FOREIGN TABLE numbers(a int OPTIONS (key 'true') type multiprimary (line 17) | CREATE FOREIGN TABLE multiprimary(a int, b int OPTIONS (key 'true') type noprimary (line 19) | CREATE FOREIGN TABLE noprimary(a int, b text) type RO_RW_test (line 21) | CREATE FOREIGN TABLE RO_RW_test(i int OPTIONS (key 'true') function test_param_WHERE (line 128) | create or replace function test_param_WHERE() returns void as $$ type columntest (line 509) | CREATE FOREIGN TABLE columntest(a int OPTIONS(column_name 'a a', key 'tr... type fts_table (line 537) | CREATE FOREIGN TABLE fts_table (name text, description text) type grem1_2 (line 583) | CREATE FOREIGN TABLE grem1_2 ( type case_exp (line 596) | CREATE FOREIGN TABLE case_exp(c1 int OPTIONS (key 'true') FILE: sql/17.0/types/bitstring.sql type "type_BIT" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_VARBIT" (line 45) | CREATE FOREIGN TABLE "type_VARBIT"( "i" int OPTIONS (key 'true'), "b" va... FILE: sql/17.0/types/bool.sql type "type_BOOLEAN" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_BOOLEANpk" (line 93) | CREATE FOREIGN TABLE "type_BOOLEANpk" (col bool OPTIONS (key 'true') FILE: sql/17.0/types/float4.sql type FLOAT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT4_TMP (line 12) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type NON_ERROR_THROWING_API_FLOAT4 (line 72) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_FLOAT4(f1 text, id serial OP... function xfloat4in (line 445) | create function xfloat4in(cstring) returns xfloat4 immutable strict function xfloat4out (line 448) | create function xfloat4out(xfloat4) returns cstring immutable strict type testdata (line 468) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/17.0/types/float8.sql type FLOAT8_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type FLOAT8_TMP (line 12) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NON_ERROR_THROWING_API_FLOAT8 (line 60) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_FLOAT8(f1 text, id serial OP... function xfloat8in (line 904) | create function xfloat8in(cstring) returns xfloat8 immutable strict function xfloat8out (line 907) | create function xfloat8out(xfloat8) returns cstring immutable strict type testdata (line 927) | create foreign table testdata(bits text, id int OPTIONS (key 'true') FILE: sql/17.0/types/int4.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 12) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type NON_ERROR_THROWING_API_INT4 (line 55) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT4(f1 text, id serial OPTI... type FLOAT8_TMP (line 282) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 300) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') type special_case_int4 (line 374) | CREATE FOREIGN TABLE special_case_int4 (f1 text, id int OPTIONS (key 'tr... FILE: sql/17.0/types/int8.sql type INT8_TBL (line 8) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT8_TMP (line 16) | CREATE FOREIGN TABLE INT8_TMP( type NON_ERROR_THROWING_API_INT8 (line 57) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT8(f1 text, id serial OPTI... type FLOAT8_TMP (line 549) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, id int OPTIONS (key 'true') type NUMERIC_TMP (line 567) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, id int OPTIONS (key 'true') type special_case_int8 (line 642) | CREATE FOREIGN TABLE special_case_int8 (f1 text, id int OPTIONS (key 'tr... FILE: sql/17.0/types/json.sql type "type_JSON" (line 6) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type "type_JSONB" (line 21) | CREATE FOREIGN TABLE "type_JSONB" ( type "type_JSONB+" (line 32) | CREATE FOREIGN TABLE "type_JSONB+" ( type json_osm_test (line 804) | CREATE FOREIGN TABLE json_osm_test ( FILE: sql/17.0/types/numeric.sql type num_data (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type num_exp_add (line 13) | CREATE FOREIGN TABLE num_exp_add (id1 int4 OPTIONS (key 'true') type num_exp_sub (line 15) | CREATE FOREIGN TABLE num_exp_sub (id1 int4 OPTIONS (key 'true') type num_exp_div (line 17) | CREATE FOREIGN TABLE num_exp_div (id1 int4 OPTIONS (key 'true') type num_exp_mul (line 19) | CREATE FOREIGN TABLE num_exp_mul (id1 int4 OPTIONS (key 'true') type num_exp_sqrt (line 21) | CREATE FOREIGN TABLE num_exp_sqrt (id int4 OPTIONS (key 'true') type num_exp_ln (line 23) | CREATE FOREIGN TABLE num_exp_ln (id int4 OPTIONS (key 'true') type num_exp_log10 (line 25) | CREATE FOREIGN TABLE num_exp_log10 (id int4 OPTIONS (key 'true') type num_exp_power_10_ln (line 27) | CREATE FOREIGN TABLE num_exp_power_10_ln (id int4 OPTIONS (key 'true') type num_variance (line 30) | CREATE FOREIGN TABLE num_variance (a numeric) type num_result (line 33) | CREATE FOREIGN TABLE num_result (id1 int4 OPTIONS (key 'true') type v (line 1148) | CREATE FOREIGN TABLE v (id int4 OPTIONS (key 'true') type fract_only (line 1549) | CREATE FOREIGN TABLE fract_only (id int, val numeric(4,4)) type num_tmp (line 1583) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... type FLOAT8_TMP (line 1676) | CREATE FOREIGN TABLE FLOAT8_TMP(f1 float8, f2 float8, id int OPTIONS (ke... type NUMERIC_TMP (line 1699) | CREATE FOREIGN TABLE NUMERIC_TMP(f1 numeric, f2 numeric, id int OPTIONS ... type FLOAT4_TMP (line 1722) | CREATE FOREIGN TABLE FLOAT4_TMP(f1 float4, id int OPTIONS (key 'true') type ceil_floor_round (line 1837) | CREATE FOREIGN TABLE ceil_floor_round (a numeric OPTIONS (key 'true') type INT4_TMP (line 1857) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type width_bucket_tbl (line 1902) | CREATE FOREIGN TABLE width_bucket_tbl ( type width_bucket_test (line 1982) | CREATE FOREIGN TABLE width_bucket_test ( type ceil_round_float8 (line 2239) | CREATE FOREIGN TABLE ceil_round_float8(a float8) type to_number_tbl (line 2268) | create foreign table to_number_tbl (a text, id int options (key 'true') type num_input_test (line 2432) | CREATE FOREIGN TABLE num_input_test (n1 numeric) type NON_ERROR_THROWING_API_INT4_NUMERIC (line 2515) | CREATE FOREIGN TABLE NON_ERROR_THROWING_API_INT4_NUMERIC(f1 text, id ser... type num_typemod_test (line 2533) | CREATE FOREIGN TABLE num_typemod_test ( type num_tmp (line 2584) | CREATE FOREIGN TABLE num_tmp (n1 numeric, n2 numeric, id int options (ke... FILE: sql/17.0/types/out_of_range.sql type INT4_TBL (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type INT4_TMP (line 13) | CREATE FOREIGN TABLE INT4_TMP(f1 int4, f2 int4, id int OPTIONS (key 'true') type INT2_TBL (line 42) | CREATE FOREIGN TABLE INT2_TBL(f1 int2 OPTIONS (key 'true') type INT2_TMP (line 44) | CREATE FOREIGN TABLE INT2_TMP(f1 int2, f2 int2, id int OPTIONS (key 'true') type INT8_TBL (line 73) | CREATE FOREIGN TABLE INT8_TBL(q1 int8 OPTIONS (key 'true') FILE: sql/17.0/types/timestamp.sql type dates1 (line 7) | CREATE SERVER sqlite_svr FOREIGN DATA WRAPPER sqlite_fdw type dates2 (line 18) | CREATE FOREIGN TABLE dates2 ( type inf_timestamp (line 166) | CREATE FOREIGN TABLE inf_timestamp ( FILE: sql/17.0/types/uuid.sql type "type_UUIDpk" (line 210) | CREATE FOREIGN TABLE "type_UUIDpk" (col uuid OPTIONS (key 'true') FILE: sql/17.0/with_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/17.0/with_gis_support/postgis.sql type "♂" (line 18) | CREATE TABLE "♂"."テスト" ( type "♁" (line 43) | CREATE TABLE "♁" ( type "types_PostGIS" (line 165) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 219) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 245) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/17.0/with_gis_support/type.sql type "type_BOOLEAN" (line 144) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/17.0/without_gis_support/auto_import.sql type ft (line 13) | CREATE VIEW ft AS ( type fc (line 23) | CREATE VIEW fc AS ( FILE: sql/17.0/without_gis_support/nogis.sql type "types_PostGIS" (line 43) | CREATE FOREIGN TABLE "types_PostGIS"( "i" int OPTIONS (key 'true') type "♂" (line 81) | CREATE FOREIGN TABLE "♂" ( type "♁ FDW" (line 107) | CREATE FOREIGN TABLE "♁ FDW"( FILE: sql/17.0/without_gis_support/type.sql type "type_BOOLEAN" (line 141) | CREATE FOREIGN TABLE "type_BOOLEAN" (i int, b boolean OPTIONS (key 'true') FILE: sql/init_data/init.sql type department (line 11) | CREATE TABLE department(department_id int primary key, department_name t... type employee (line 12) | CREATE TABLE employee(emp_id int primary key, emp_name text, emp_dept_id... type empdata (line 13) | CREATE TABLE empdata(emp_id int primary key, emp_dat bytea) type numbers (line 14) | CREATE TABLE numbers(a int primary key, b varchar(255) unique) type t (line 15) | CREATE TABLE t(a integer primary key, b integer) type multiprimary (line 16) | CREATE TABLE multiprimary(a integer, b integer, c integer, primary key(b... type columntest (line 17) | CREATE TABLE columntest("a a" integer, "b b" integer,"c c" integer, prim... type noprimary (line 18) | CREATE TABLE noprimary(a integer, b text) type limittest (line 19) | CREATE TABLE limittest(id int primary key, x integer, y text) type grem1_1 (line 20) | create table grem1_1 (a int primary key, b int generated always as (a * ... type grem1_2 (line 21) | create table grem1_2 (a int primary key, b int generated always as (a * ... type case_exp (line 22) | CREATE TABLE case_exp(c1 int primary key, c3 text, c6 varchar(10)) type "type_STRING" (line 24) | CREATE TABLE "type_STRING" (col text primary key) type "type_BOOLEANpk" (line 25) | CREATE TABLE "type_BOOLEANpk" (col boolean primary key) type "type_BOOLEAN" (line 26) | CREATE TABLE "type_BOOLEAN" (i int primary key, b boolean) type "type_BOOLEAN+" (line 27) | CREATE VIEW "type_BOOLEAN+" AS SELECT *, typeof("b") t, length("b") l F... type "type_BYTE" (line 28) | CREATE TABLE "type_BYTE" (col char(1) primary key) type "type_SINT" (line 29) | CREATE TABLE "type_SINT" (col smallint primary key) type "type_BINT" (line 30) | CREATE TABLE "type_BINT" (col bigint primary key) type "type_INTEGER" (line 31) | CREATE TABLE "type_INTEGER" (col integer primary key) type "type_FLOAT" (line 32) | CREATE TABLE "type_FLOAT" (col float primary key) type "type_DOUBLE" (line 33) | CREATE TABLE "type_DOUBLE" (col double primary key) type "type_TIMESTAMP" (line 34) | CREATE TABLE "type_TIMESTAMP" (col timestamp primary key, b timestamp) type "type_BLOB" (line 35) | CREATE TABLE "type_BLOB" (col blob primary key) type "type_DATE" (line 36) | CREATE TABLE "type_DATE" (col date primary key) type "type_TIME" (line 37) | CREATE TABLE "type_TIME" (col time primary key) type "type_BIT" (line 38) | CREATE TABLE "type_BIT" (i int, b bit) type "type_BIT+" (line 39) | CREATE VIEW "type_BIT+" AS SELECT *, typeof(b) t, length(b) l FROM "typ... type "type_VARBIT" (line 40) | CREATE TABLE "type_VARBIT" (i int, b bit) type "type_VARBIT+" (line 41) | CREATE VIEW "type_VARBIT+" AS SELECT *, typeof(b) t, length(b) l FROM "... type "type_UUIDpk" (line 42) | CREATE TABLE "type_UUIDpk" (col uuid primary key) type "type_UUID" (line 43) | CREATE TABLE "type_UUID" (i int, u uuid) type "type_UUID+" (line 44) | CREATE VIEW "type_UUID+" AS SELECT type "type_MACADDRpk" (line 51) | CREATE TABLE "type_MACADDRpk" (col macaddr primary key) type "type_MACADDR" (line 52) | CREATE TABLE "type_MACADDR" (i int, m macaddr) type "type_MACADDR+" (line 53) | CREATE VIEW "type_MACADDR+" AS SELECT *, typeof("m") t, length("m") l, ... type "type_MACADDR8pk" (line 54) | CREATE TABLE "type_MACADDR8pk" (col macaddr8 primary key) type "type_MACADDR8" (line 55) | CREATE TABLE "type_MACADDR8" (i int, m macaddr8) type "type_MACADDR8+" (line 56) | CREATE VIEW "type_MACADDR8+" AS SELECT *, typeof("m") t, length("m") l,... type "types_PostGIS" (line 57) | CREATE TABLE "types_PostGIS" (i int, gm geometry, gg geography, r raster... type "type_JSON" (line 58) | CREATE TABLE "type_JSON" (i int, j json, ot varchar(8), oi int, q text[]... type "type_JSONB" (line 59) | CREATE TABLE "type_JSONB" (i int, j jsonb, ot varchar(8), oi int, q text... type "type_JSONB+" (line 60) | CREATE VIEW "type_JSONB+" AS SELECT type BitT (line 66) | CREATE TABLE BitT (p integer primary key, a BIT(3), b BIT VARYING(5)) type notype (line 67) | CREATE TABLE notype (a) type typetest (line 68) | CREATE TABLE typetest (i integer, v varchar(10) , c char(10), t text, d ... type type_TEXT (line 69) | CREATE TABLE type_TEXT (col text primary key) type alltypetest (line 70) | CREATE TABLE alltypetest ( type json_osm_test (line 97) | CREATE TABLE json_osm_test ( type shorty (line 106) | CREATE TABLE shorty ( type "A a" (line 111) | CREATE TABLE "A a" (col int primary key) type fts_table (line 114) | CREATE VIRTUAL TABLE fts_table USING fts5(name, description, tokenize = ... type RO_RW_test (line 117) | CREATE TABLE RO_RW_test ( type "Unicode data" (line 127) | CREATE TABLE "Unicode data" (i text primary key, t text) type "type_BOOLEAN_oper" (line 151) | CREATE TABLE "type_BOOLEAN_oper" AS type "♁" (line 163) | CREATE TABLE "♁" ( type "♂" (line 175) | CREATE TABLE "♂" ( FILE: sql/init_data/init_core.sql type FLOAT4_TBL (line 24) | CREATE TABLE FLOAT4_TBL (f1 REAL) type FLOAT4_TMP (line 25) | CREATE TABLE FLOAT4_TMP (f1 REAL, id integer primary key autoincrement) type FLOAT8_TBL (line 26) | CREATE TABLE FLOAT8_TBL(f1 DOUBLE PRECISION) type FLOAT8_TMP (line 27) | CREATE TABLE FLOAT8_TMP (f1 DOUBLE PRECISION, f2 DOUBLE PRECISION, id in... type INT2_TBL (line 28) | CREATE TABLE INT2_TBL(f1 int2) type INT2_TMP (line 29) | CREATE TABLE INT2_TMP (f1 int2, f2 smallint, id integer primary key auto... type INT4_TBL (line 30) | CREATE TABLE INT4_TBL(f1 int4) type INT4_TMP (line 31) | CREATE TABLE INT4_TMP (f1 int4, f2 int, id integer primary key autoincre... type INT8_TBL (line 32) | CREATE TABLE INT8_TBL( type INT8_TMP (line 37) | CREATE TABLE INT8_TMP( type test_having (line 58) | CREATE TABLE test_having (a int, b int, c char(8), d char) type onek (line 59) | CREATE TABLE onek ( type onek2 (line 78) | CREATE TABLE onek2 ( type tenk1 (line 97) | CREATE TABLE tenk1 ( type tenk2 (line 116) | CREATE TABLE tenk2 ( type aggtest (line 135) | CREATE TABLE aggtest ( type student (line 140) | CREATE TABLE student ( type person (line 147) | CREATE TABLE person ( type road (line 155) | CREATE TABLE road ( type road_tmp (line 160) | create table road_tmp (a int, b int, id integer primary key autoincrement) type dates (line 162) | CREATE TABLE dates ( type btg (line 168) | CREATE TABLE btg(id int primary key, p int, v text, c float, d float, e ... type btg_groupby (line 169) | CREATE TABLE btg_groupby(x int, y int, z text, w int) type group_agg_pk (line 170) | CREATE TABLE group_agg_pk (x int, y int, z int, w int, f int) type bitwise_test (line 185) | CREATE TABLE bitwise_test( type bool_test (line 193) | CREATE TABLE bool_test( type bool_test_tmp (line 199) | CREATE TABLE bool_test_tmp( type minmaxtest (line 205) | create table minmaxtest(f1 int) type agg_tb (line 206) | create table agg_tb(v int, id integer primary key autoincrement) type agg_tb2 (line 207) | create table agg_tb2(v text) type agg_t1 (line 208) | create table agg_t1 (a int, b int, c int, d int, primary key (a, b)) type agg_t2 (line 209) | create table agg_t2 (x int, y int, z int, primary key (x, y)) type agg_t3 (line 210) | create table agg_t3 (a float8, b float8, id integer primary key autoincr... type agg_t4 (line 211) | create table agg_t4 (a float4, b float4, id integer primary key autoincr... type agg_t5 (line 212) | create table agg_t5 (a numeric, b numeric, id integer primary key autoin... type agg_t6 (line 213) | create table agg_t6 (a float8, id integer primary key autoincrement) type agg_t7 (line 214) | create table agg_t7 (a float8, b float8, c float8, d float8, id integer ... type agg_t8 (line 215) | create table agg_t8 (a text, b text, primary key (a)) type regr_test (line 216) | CREATE TABLE regr_test (x float8, y float8, id integer primary key autoi... type agg_t9 (line 217) | create table agg_t9 (a int, b int, c int, primary key (a, b)) type agg_t10 (line 218) | create table agg_t10(one int, id integer primary key autoincrement) type agg_t11 (line 219) | create table agg_t11(one int, two int, id integer primary key autoincrem... type agg_t12 (line 220) | create table agg_t12(a int, id integer primary key autoincrement) type agg_t13 (line 221) | create table agg_t13(x int, id integer primary key autoincrement) type agg_t14 (line 222) | create table agg_t14(x int, y int, id integer primary key autoincrement) type agg_data_2k (line 223) | create table agg_data_2k(g int , id integer primary key autoincrement) type agg_data_20k (line 224) | create table agg_data_20k(g int , id integer primary key autoincrement) type t1 (line 225) | create table t1(f1 int4, f2 int8) type t2 (line 226) | create table t2(f1 int8, f2 int8) type agg_t15 (line 227) | create table agg_t15(a text, b int, c int, id integer primary key autoin... type agg_t16 (line 228) | create table agg_t16(a text, b text, id integer primary key autoincrement) type agg_t17 (line 229) | create table agg_t17(foo text, bar text) type agg_t170 (line 230) | create table agg_t170(v int) type agg_t18 (line 231) | create table agg_t18 (inner_c int) type agg_t19 (line 232) | create table agg_t19 (outer_c int) type agg_t20 (line 233) | create table agg_t20 (x text) type agg_t21 (line 234) | create table agg_t21 (x int) type agg_t22 (line 235) | create table agg_t22 (c1 text, id int) type agg_t23 (line 236) | create table agg_t23 (id int) type float_tb (line 237) | CREATE TABLE float_tb(f real) type multi_arg_agg (line 240) | create table multi_arg_agg (a int, b int, c text) type agg_group_1 (line 242) | create table agg_group_1 (c1 int, c2 numeric, c3 int) type agg_group_2 (line 243) | create table agg_group_2 (a int , c1 numeric, c2 text, c3 int) type agg_group_3 (line 244) | create table agg_group_3 (c1 numeric, c2 int, c3 int) type agg_group_4 (line 245) | create table agg_group_4 (c1 numeric, c2 text, c3 int) type agg_hash_1 (line 247) | create table agg_hash_1 (c1 int, c2 numeric, c3 int) type agg_hash_2 (line 248) | create table agg_hash_2 (a int , c1 numeric, c2 text, c3 int) type agg_hash_3 (line 249) | create table agg_hash_3 (c1 numeric, c2 int, c3 int) type agg_hash_4 (line 250) | create table agg_hash_4 (c1 numeric, c2 text, c3 int) type testdata (line 253) | create table testdata(bits text, id integer primary key autoincrement) type NON_ERROR_THROWING_API_FLOAT4 (line 254) | CREATE TABLE NON_ERROR_THROWING_API_FLOAT4(f1 text, id serial) type NON_ERROR_THROWING_API_FLOAT8 (line 257) | CREATE TABLE NON_ERROR_THROWING_API_FLOAT8(f1 text, id serial) type numeric_tmp (line 260) | create table numeric_tmp(f1 numeric, f2 numeric , id integer primary key... type NON_ERROR_THROWING_API_INT4 (line 261) | CREATE TABLE NON_ERROR_THROWING_API_INT4(f1 text, id serial) type special_case_int4 (line 262) | CREATE TABLE special_case_int4 (f1 text, id integer primary key autoincr... type VARCHAR_TBL (line 264) | CREATE TABLE VARCHAR_TBL(f1 varchar(4)) type NON_ERROR_THROWING_API_INT8 (line 267) | CREATE TABLE NON_ERROR_THROWING_API_INT8(f1 text, id serial) type special_case_int8 (line 268) | CREATE TABLE special_case_int8 (f1 text, id integer primary key autoincr... type bytea_test_table (line 277) | create table bytea_test_table(v bytea) type pagg_test (line 278) | create table pagg_test (x int, y int) type num_data (line 282) | CREATE TABLE num_data (id int4, val numeric, primary key (id)) type num_exp_add (line 283) | CREATE TABLE num_exp_add (id1 int4, id2 int4, expected numeric, primary ... type num_exp_sub (line 284) | CREATE TABLE num_exp_sub (id1 int4, id2 int4, expected numeric, primary ... type num_exp_div (line 285) | CREATE TABLE num_exp_div (id1 int4, id2 int4, expected numeric, primary ... type num_exp_mul (line 286) | CREATE TABLE num_exp_mul (id1 int4, id2 int4, expected numeric, primary ... type num_exp_sqrt (line 287) | CREATE TABLE num_exp_sqrt (id int4, expected numeric, primary key (id)) type num_exp_ln (line 288) | CREATE TABLE num_exp_ln (id int4, expected numeric, primary key (id)) type num_exp_log10 (line 289) | CREATE TABLE num_exp_log10 (id int4, expected numeric, primary key (id)) type num_exp_power_10_ln (line 290) | CREATE TABLE num_exp_power_10_ln (id int4, expected numeric, primary key... type num_variance (line 291) | CREATE TABLE num_variance (a numeric) type num_result (line 293) | CREATE TABLE num_result (id1 int4, id2 int4, result numeric, primary key... type v (line 294) | CREATE TABLE v (id int4, x numeric, val float8, primary key (id)) type fract_only (line 296) | CREATE TABLE fract_only (id int, val numeric(4,4)) type ceil_floor_round (line 297) | CREATE TABLE ceil_floor_round (a numeric primary key) type ceil_round_float8 (line 298) | CREATE TABLE ceil_round_float8(a float8) type width_bucket_tbl (line 299) | CREATE TABLE width_bucket_tbl (id1 numeric, id2 numeric, id3 numeric, id... type width_bucket_test (line 300) | CREATE TABLE width_bucket_test (operand_num numeric, operand_f8 float8) type num_input_test (line 301) | CREATE TABLE num_input_test (n1 numeric) type num_trigger_test (line 302) | CREATE TABLE num_trigger_test(n1 float8) type num_tmp (line 304) | CREATE TABLE num_tmp (n1 numeric, n2 numeric, id integer primary key aut... type to_number_tbl (line 306) | CREATE TABLE to_number_tbl(a text, id integer primary key autoincrement) type num_typemod_test (line 307) | CREATE TABLE num_typemod_test ( type NON_ERROR_THROWING_API_INT4_NUMERIC (line 315) | CREATE TABLE NON_ERROR_THROWING_API_INT4_NUMERIC(f1 text, id serial) type q1 (line 319) | create table q1 (i int) type q2 (line 320) | create table q2 (i int) type foo (line 321) | CREATE TABLE foo (f1 int) type J1_TBL (line 323) | CREATE TABLE J1_TBL ( type J2_TBL (line 329) | CREATE TABLE J2_TBL ( type sub_tbl (line 334) | create table sub_tbl (key1 int, key3 int, key5 int, key6 int, value1 int... type t11 (line 336) | CREATE TABLE t11 (name TEXT, n INTEGER) type t21 (line 337) | CREATE TABLE t21 (name TEXT, n INTEGER) type t31 (line 338) | CREATE TABLE t31 (name TEXT, n INTEGER) type x (line 339) | create table x (x1 int, x2 int) type y (line 340) | create table y (y1 int, y2 int) type t12 (line 342) | CREATE TABLE t12 (a int, b int) type t22 (line 343) | CREATE TABLE t22 (a int, b int) type t32 (line 344) | CREATE TABLE t32 (x int, y int) type tt1 (line 346) | CREATE TABLE tt1 ( tt1_id int4, joincol int4 ) type tt2 (line 347) | CREATE TABLE tt2 ( tt2_id int4, joincol int4 ) type tt3 (line 348) | create table tt3(f1 int, f2 text) type tt4 (line 349) | create table tt4(f1 int) type tt4x (line 350) | create table tt4x(c1 int, c2 int, c3 int) type tt5 (line 351) | create table tt5(f1 int, f2 int) type tt6 (line 352) | create table tt6(f1 int, f2 int) type xx (line 353) | create table xx (pkxx int) type yy (line 354) | create table yy (pkyy int, pkxx int) type zt1 (line 355) | create table zt1 (f1 int primary key) type zt2 (line 356) | create table zt2 (f2 int primary key) type zt3 (line 357) | create table zt3 (f3 int primary key) type a1 (line 359) | create table a1 (i integer) type b1 (line 360) | create table b1 (x integer, y integer) type a2 (line 362) | create table a2 ( type b2 (line 366) | create table b2 ( type c2 (line 371) | create table c2 ( type nt1 (line 377) | create table nt1 ( type nt2 (line 382) | create table nt2 ( type nt3 (line 389) | create table nt3 ( type TEXT_TBL (line 396) | CREATE TABLE TEXT_TBL (f1 text) type a3 (line 403) | CREATE TABLE a3 (id int PRIMARY KEY, b_id int) type b3 (line 404) | CREATE TABLE b3 (id int PRIMARY KEY, c_id int) type c3 (line 405) | CREATE TABLE c3 (id int PRIMARY KEY) type d3 (line 406) | CREATE TABLE d3 (a int, b int) type parent (line 408) | create table parent (k int primary key, pd int) type child (line 409) | create table child (k int unique, cd int) type a4 (line 411) | CREATE TABLE a4 (id int PRIMARY KEY) type b4 (line 412) | CREATE TABLE b4 (id int PRIMARY KEY, a_id int) type innertab (line 414) | create table innertab (id int8 primary key, dat1 int8) type uniquetbl (line 415) | create table uniquetbl (f1 text unique) type join_pt1 (line 417) | create table join_pt1 (a int, b int, c varchar) type fkest (line 419) | create table fkest (a int, b int, c int unique, primary key(a,b)) type fkest1 (line 420) | create table fkest1 (a int, b int, primary key(a,b) foreign key (a,b) re... type j11 (line 422) | create table j11 (id int primary key) type j21 (line 423) | create table j21 (id int primary key) type j31 (line 424) | create table j31 (id int) type j12 (line 426) | create table j12 (id1 int, id2 int, primary key(id1,id2)) type j22 (line 427) | create table j22 (id1 int, id2 int, primary key(id1,id2)) type j32 (line 428) | create table j32 (id1 int, id2 int, primary key(id1,id2)) type inserttest01 (line 430) | create table inserttest01 (col1 int4, col2 int4 NOT NULL, col3 text defa... type update_test (line 432) | CREATE TABLE update_test ( type upsert_test (line 439) | create table upsert_test (a int primary key, b text) type t (line 441) | create table t (a int unique) type tbl_ra (line 442) | create table tbl_ra(a int unique, b int) type "type_FLOAT_INF" (line 444) | CREATE TABLE "type_FLOAT_INF" (i int primary key, f float) type "type_FLOAT_INF+" (line 445) | CREATE VIEW "type_FLOAT_INF+" AS SELECT *, typeof("f") t, length("f") l... type infinite_timestamp (line 450) | CREATE TABLE infinite_timestamp ( FILE: sql/init_data/init_post.sql type "T 0" (line 33) | CREATE TABLE "T 0" ( type "T 1" (line 44) | CREATE TABLE "T 1" ( type "T 2" (line 55) | CREATE TABLE "T 2" ( type "T 3" (line 60) | CREATE TABLE "T 3" ( type "T 4" (line 66) | CREATE TABLE "T 4" ( type base_tbl (line 72) | CREATE TABLE base_tbl (a int, b int) type loc1 (line 73) | CREATE TABLE loc1 (f1 INTEGER, f2 text, id integer primary key autoincre... type loct (line 74) | CREATE TABLE loct (aa TEXT, bb TEXT) type loct1 (line 75) | CREATE TABLE loct1 (f1 int, f2 int, f3 int) type loct2 (line 76) | CREATE TABLE loct2 (f1 int, f2 int, f3 int) type loct3 (line 77) | create table loct3 (a int, b text) type loct4 (line 78) | create table loct4 (a int, b text) type loct4_2 (line 79) | create table loct4_2 (f1 int, f2 int, f3 int) type loct5 (line 80) | create table loct5 (a int check (a in (1)), b text) type loct6 (line 81) | create table loct6 (a int check (a in (2)), b text) type loct7 (line 82) | create table loct7 (a int check (a in (1)), b text) type local_tbl (line 84) | create table local_tbl (c1 int primary key, c2 int, c3 text) type ft3 (line 85) | create table ft3 (f1 text, f2 text, f3 text, primary key (f1, f2, f3)) type foreign_tbl (line 87) | create table foreign_tbl (a int primary key, b int) type grem1 (line 88) | create table grem1 (a int primary key, b int) type grem1_post14 (line 89) | create table grem1_post14 (a int primary key, b int generated always as ... type loct1_rescan (line 91) | create table loct1_rescan (c1 int) type loct2_rescan (line 92) | create table loct2_rescan (c1 int, c2 text) type t1_constraint (line 94) | CREATE TABLE t1_constraint ( type tru_rtable0 (line 104) | CREATE TABLE tru_rtable0 (id int primary key) type tru_pk_table (line 105) | CREATE TABLE tru_pk_table(id int primary key) type tru_fk_table (line 106) | CREATE TABLE tru_fk_table(fkey int, CONSTRAINT tfk_pkey FOREIGN KEY (fke... type tru_rtable_parent (line 107) | CREATE TABLE tru_rtable_parent (id int) type tru_rtable_child (line 108) | CREATE TABLE tru_rtable_child (id int) type loct_empty (line 109) | CREATE TABLE loct_empty (c1 int NOT NULL, c2 text, CONSTRAINT tloct_pkey... type batch_table (line 110) | CREATE TABLE batch_table ( x int ) FILE: sql/init_data/init_selectfunc.sql type s3 (line 3) | CREATE TABLE s3(id text primary key, time timestamp, tag1 text, value1 f... FILE: sqlite_data_norm.c function sqlite_fdw_data_norm_UuidHexToInt (line 101) | static unsigned char function sqlite_fdw_uuid_blob (line 119) | static int function sqlite3UuidBlobToStr (line 164) | static void function sqlite_fdw_uuid_str (line 188) | static void function sqlite_fdw_data_norm_uuid (line 225) | static void function sqlite_fdw_data_norm_bool (line 249) | static void function infinity_processing (line 359) | static bool function sqlite_fdw_data_norm_float (line 390) | static void function sqlite_fdw_macaddr_str (line 430) | static void function sqlite_fdw_macaddr6_int (line 490) | static int function sqlite_fdw_macaddr8_int (line 536) | static int function sqlite_fdw_data_norm_macaddr (line 586) | static void function sqlite_fdw_macaddr_blob (line 666) | static void function error_catcher (line 720) | static void function sqlite_fdw_data_norm_functs_init (line 740) | void FILE: sqlite_fdw--1.0--1.1.sql function sqlite_fdw_get_connections (line 6) | CREATE FUNCTION sqlite_fdw_get_connections (OUT server_name text, function sqlite_fdw_disconnect (line 12) | CREATE FUNCTION sqlite_fdw_disconnect (text) function sqlite_fdw_disconnect_all (line 20) | CREATE FUNCTION sqlite_fdw_disconnect_all () function sqlite_fdw_sqlite_version (line 37) | CREATE OR REPLACE FUNCTION sqlite_fdw_sqlite_version() function sqlite_fdw_sqlite_code_source (line 45) | CREATE OR REPLACE FUNCTION sqlite_fdw_sqlite_code_source() FILE: sqlite_fdw--1.0.sql function sqlite_fdw_handler (line 6) | CREATE FUNCTION sqlite_fdw_handler() function sqlite_fdw_validator (line 11) | CREATE FUNCTION sqlite_fdw_validator(text[], oid) function sqlite_fdw_version (line 20) | CREATE OR REPLACE FUNCTION sqlite_fdw_version() FILE: sqlite_fdw.c type FdwPathPrivateIndex (line 93) | enum FdwPathPrivateIndex type FdwScanPrivateIndex (line 108) | enum FdwScanPrivateIndex type FdwModifyPrivateIndex (line 138) | enum FdwModifyPrivateIndex type FdwDirectModifyPrivateIndex (line 157) | enum FdwDirectModifyPrivateIndex type ExplainState (line 258) | struct ExplainState type ExplainState (line 265) | struct ExplainState type ExplainState (line 274) | struct ExplainState type ConversionLocation (line 405) | typedef struct ConversionLocation function _PG_init (line 418) | void function sqlite_fdw_exit (line 427) | static void function Datum (line 434) | Datum function Datum (line 496) | Datum function Datum (line 502) | Datum function Datum (line 508) | Datum function sqlite_prepare_wrapper (line 515) | static void function sqliteGetForeignRelSize (line 539) | static void function List (line 670) | static List * function sqlite_add_paths_with_pathkeys_for_rel (line 713) | static void function sqlite_all_baserels_are_foreign (line 854) | static bool function sqliteGetForeignPaths (line 893) | static void function ForeignScan (line 952) | static ForeignScan * function TupleDesc (line 1215) | static TupleDesc function sqliteBeginForeignScan (line 1267) | static void function make_tuple_from_result_row (line 1369) | static void function TupleTableSlot (line 1442) | static TupleTableSlot * function sqliteEndForeignScan (line 1562) | static void function sqliteReScanForeignScan (line 1584) | static void function sqliteBeginForeignModify (line 1819) | static void function sqliteBeginForeignInsert (line 1930) | static void function sqliteEndForeignInsert (line 1936) | static void function TupleTableSlot (line 1947) | static TupleTableSlot * function TupleTableSlot (line 1967) | static TupleTableSlot ** function sqliteGetForeignModifyBatchSize (line 1990) | static int function ForeignScan (line 2080) | static ForeignScan * function sqlitePlanDirectModify (line 2144) | static bool function sqliteBeginDirectModify (line 2386) | static void function TupleTableSlot (line 2497) | static TupleTableSlot * function sqliteEndDirectModify (line 2530) | static void function sqliteExplainDirectModify (line 2552) | static void function sqliteExecForeignTruncate (line 2574) | static void function bindJunkColumnValue (line 2668) | static void function TupleTableSlot (line 2711) | static TupleTableSlot * function TupleTableSlot (line 2766) | static TupleTableSlot * function sqliteEndForeignModify (line 2792) | static void function sqliteExplainForeignScan (line 2806) | static void function sqliteExplainForeignModify (line 2822) | static void function sqliteAnalyzeForeignTable (line 2844) | static bool function List (line 2856) | static List * function sqlite_semijoin_target_ok (line 3033) | static bool function sqlite_foreign_join_ok (line 3073) | static bool function sqlite_adjust_foreign_grouping_path_cost (line 3357) | static void function sqlite_merge_fdw_options (line 3559) | static void function sqlite_foreign_grouping_ok (line 3597) | static bool function sqliteGetForeignUpperPaths (line 3846) | static void function sqlite_add_foreign_grouping_paths (line 3907) | static void function sqlite_add_foreign_ordered_paths (line 3998) | static void function sqlite_add_foreign_final_paths (line 4166) | static void function sqlite_to_pg_type (line 4831) | static void function sqlite_set_transmission_modes (line 4948) | int function sqlite_reset_transmission_modes (line 4985) | void function TupleTableSlot (line 4995) | static TupleTableSlot ** function sqlite_prepare_query_params (line 5083) | static void function sqlite_process_query_params (line 5134) | static void function sqlite_create_cursor (line 5186) | static void function sqlite_execute_dml_stmt (line 5224) | static void function EquivalenceMember (line 5275) | EquivalenceMember * function EquivalenceMember (line 5314) | EquivalenceMember * function sqlite_get_batch_size_option (line 5380) | static int function sqliteIsForeignRelUpdatable (line 5424) | static int function int32 (line 5476) | static int32 function sqlite_affinity_code (line 5545) | const int function conversion_error_callback (line 5569) | static void FILE: sqlite_fdw.h type NullableDatum (line 88) | typedef struct NullableDatum type sqlite_opt (line 102) | typedef struct sqlite_opt type SqliteFdwPathExtraData (line 116) | typedef struct SqliteFdwPathExtraData type SqliteFdwExecState (line 131) | typedef struct SQLiteFdwExecState type SqliteFdwRelationInfo (line 178) | typedef struct SqliteFdwRelationInfo type SqliteFdwDirectModifyState (line 273) | typedef struct SqliteFdwDirectModifyState type blobOutput (line 309) | typedef struct blobOutput FILE: sqlite_gis.c function hasSRID (line 144) | static inline bool hasSRID (char *hexEWKB) function blobOutput (line 175) | static inline blobOutput function blobOutput (line 227) | blobOutput function common_EWKB_error (line 243) | static void function sqlite_deparse_PostGIS_value (line 268) | void FILE: sqlite_query.c function sqlite_value_to_pg_error (line 49) | static void function pg_column_void_text_error (line 60) | static void function NullableDatum (line 71) | NullableDatum function blobOutput (line 696) | blobOutput function sqlite_bind_sql_var (line 746) | void function sqlite3_int64 (line 1115) | sqlite3_int64 function listed_datatype (line 1146) | bool function listed_datatype_oid (line 1173) | bool function blobOutput (line 1183) | static inline blobOutput