adding test scripts
[csql.git] / test / cache / CacheTable / exp.test043.ksh.psql
blob6b3d4e41738b957fb32bea1f23521939a3ec4a01
2 (1). cachetable -S
4 =================================================================================================================
5 |Mode|  Table Name      |       Primary Key     |       Condition       |       Field List      |       DSN     |
6 =================================================================================================================
7 | 1  |              t1  |            NULL       |            NULL       |            NULL       |      psql     |
8 -----------------------------------------------------------------------------------------------------------------
9 | 2  |              t2  |            NULL       |         t2f1=11       |            NULL       |      psql     |
10 -----------------------------------------------------------------------------------------------------------------
11 | 4  |              t3  |            NULL       |            NULL       |            t3f1       |      psql     |
12 -----------------------------------------------------------------------------------------------------------------
13 | 8  |              t4  |            NULL       |            NULL       |            NULL       |      psql     |
14 -----------------------------------------------------------------------------------------------------------------
15 |14  |              t5  |            NULL       |         t5f1=11       |            t5f2       |      psql     |
16 -----------------------------------------------------------------------------------------------------------------
18 (2). cachetable -t t5 -S
20 =================================================================================================================
21 |Mode|  Table Name      |       Primary Key     |       Condition       |       Field List      |       DSN     |
22 =================================================================================================================
23 |14  |              t5  |            NULL       |         t5f1=11       |            t5f2       |      psql     |
24 -----------------------------------------------------------------------------------------------------------------
26 (3). cachetable -S (Cross Verification)
28 =================================================================================================================
29 |Mode|  Table Name      |       Primary Key     |       Condition       |       Field List      |       DSN     |
30 =================================================================================================================
31 |                                Cached table does not exist.                                                   |
32 =================================================================================================================