diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
commit | 31773f157bf8164364649b5f470f52dece0a4317 (patch) | |
tree | 33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /yql/essentials/tests/postgresql/testinits.cfg | |
parent | 2c7938962d8689e175574fc1e817c05049f27905 (diff) | |
parent | eff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff) | |
download | ydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz |
Merge branch 'rightlib' into mergelibs-241120-1113
Diffstat (limited to 'yql/essentials/tests/postgresql/testinits.cfg')
-rw-r--r-- | yql/essentials/tests/postgresql/testinits.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/yql/essentials/tests/postgresql/testinits.cfg b/yql/essentials/tests/postgresql/testinits.cfg new file mode 100644 index 0000000000..3b047ecf80 --- /dev/null +++ b/yql/essentials/tests/postgresql/testinits.cfg @@ -0,0 +1,20 @@ +strings: char_tbl varchar_tbl text_tbl +numerology: int2_tbl int4_tbl float8_tbl +horology: time_tbl timetz_tbl timestamp_tbl timestamptz_tbl interval_tbl +expressions: date_tbl +create_misc: hobbies_r_0 equipment_r_0 onek_0 tenk1 tenk2_0 person_0 city_0 slow_emp4000_0 fast_emp4000_0 road_0 ihighway_0 shighway_0 a_star_0 b_star_0 c_star_0 d_star_0 e_star_0 f_star_0 +select: int8_tbl onek person emp student stud_emp onek2 +select_into: int8_tbl onek onek2 +select_distinct: tenk1 person emp student stud_emp tmp +select_distinct_on: int4_tbl tmp +subselect: text_tbl int4_tbl int8_tbl onek tenk1 road +union: char_tbl varchar_tbl text_tbl int4_tbl int8_tbl float8_tbl tenk1 +join: text_tbl int2_tbl int4_tbl int8_tbl float8_tbl onek tenk1 tenk2 +aggregates: varchar_tbl int4_tbl int8_tbl onek tenk1 student aggtest +arrays: int8_tbl tenk1 array_op_test +window: int4_tbl tenk1 tenk2 +jsonb: testjsonb +limit: int8_tbl onek tenk1 +alter_table: onek tenk1 stud_emp +xml: emp + |