diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-19 14:11:52 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-19 14:22:01 +0300 |
commit | 72b3cd51dc3fb9d16975d353ea82fd85701393cc (patch) | |
tree | 318141940b8bf6bdb37ad6154e745e2ebfe3613f /yql/essentials/tests/postgresql/testinits.cfg | |
parent | 223625eed56ec3e2808c010eac46dba1c9a64d13 (diff) | |
download | ydb-72b3cd51dc3fb9d16975d353ea82fd85701393cc.tar.gz |
YQL-19206 Move contrib/ydb/library/yql/tests/postgresql -> yql/essentials/tests/postgresql
commit_hash:46fdf59714b20cf2b61233a06e58365227d3c8b2
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 + |