]> granicus.if.org Git - postgresql/blob - src/test/regress/expected/sanity_check.out
Back out char2-char16 removal. Add later.
[postgresql] / src / test / regress / expected / sanity_check.out
1 QUERY: VACUUM;
2 QUERY: SELECT relname, relhasindex
3    FROM pg_class
4    WHERE relhasindex
5    ORDER BY relname;
6 relname       |relhasindex
7 --------------+-----------
8 bt_c16_heap   |t          
9 bt_f8_heap    |t          
10 bt_i4_heap    |t          
11 bt_txt_heap   |t          
12 fast_emp4000  |t          
13 hash_c16_heap |t          
14 hash_f8_heap  |t          
15 hash_i4_heap  |t          
16 hash_txt_heap |t          
17 ihighway      |t          
18 onek          |t          
19 pg_attrdef    |t          
20 pg_attribute  |t          
21 pg_class      |t          
22 pg_description|t          
23 pg_proc       |t          
24 pg_relcheck   |t          
25 pg_trigger    |t          
26 pg_type       |t          
27 road          |t          
28 shighway      |t          
29 tenk1         |t          
30 tenk2         |t          
31 (23 rows)
32