sanity_check.out
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  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_f8_heap    |t          
  9. bt_i4_heap    |t          
  10. bt_name_heap  |t          
  11. bt_txt_heap   |t          
  12. fast_emp4000  |t          
  13. hash_f8_heap  |t          
  14. hash_i4_heap  |t          
  15. hash_name_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)