diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-05-11 15:45:10 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-05-11 15:45:10 +0000 |
commit | cc25efef92549bafcd67bf1b1a59178009c13133 (patch) | |
tree | 51215f9ae1760350d133ce1f418f29b8f297ceae /src | |
parent | 83b8cf5b6b91b7ecfda7579b4d8e9c830124f286 (diff) | |
download | postgresql-cc25efef92549bafcd67bf1b1a59178009c13133.tar.gz postgresql-cc25efef92549bafcd67bf1b1a59178009c13133.zip |
More tables are listed in the user-defined relations from other regression
tests, including new tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/output/misc.source | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/test/regress/output/misc.source b/src/test/regress/output/misc.source index 6475cd647c5..7d19ac77b33 100644 --- a/src/test/regress/output/misc.source +++ b/src/test/regress/output/misc.source @@ -447,12 +447,14 @@ abstime_tbl aggtest arrtest b_star +box_tbl bprime bt_c16_heap bt_f8_heap bt_i4_heap bt_txt_heap c_star +circle_tbl city d_star datetime_tbl @@ -462,6 +464,8 @@ emp equipment_r f_star fast_emp4000 +float4_tbl +float8_tbl hash_c16_heap hash_f8_heap hash_i4_heap @@ -469,10 +473,16 @@ hash_txt_heap hobbies_r iexit ihighway +int2_tbl +int4_tbl iportaltest +lseg_tbl onek onek2 +path_tbl person +point_tbl +polygon_tbl ramp real_city reltime_tbl @@ -488,5 +498,5 @@ timespan_tbl tinterval_tbl toyemp xacttest -(46 rows) +(56 rows) |