diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-20 17:37:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 17:37:57 +0000 |
commit | f76323e9b295c15751e51e3443aa47a36bee8023 (patch) | |
tree | 4113c8cad473a33e0f746966e0cf087252fa1d7a /yql/essentials/tests/postgresql/testinits.cfg | |
parent | 753ecb8d410a4cb459c26f3a0082fb2d1724fe63 (diff) | |
parent | a7b9a6afea2a9d7a7bfac4c5eb4c1a8e60adb9e6 (diff) | |
download | ydb-f76323e9b295c15751e51e3443aa47a36bee8023.tar.gz |
Merge pull request #11788 from ydb-platform/mergelibs-241120-1113
Library import 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 + |