A.track_activities B.track_counts C.track_functions D.log_planner_stats
单项选择题在PostgresSQL中,切换log日志文件到下一个的命令是什么?()
A.selectpg_reload_conf(); B.selectpg_rotate_logfile(); C.selectpg_switch_xlog(); D.checkpoint;
单项选择题在PostgresSQL中,使用命令analyze手工收集统计信息,收集后的结果保存在哪个系统表中?()
A.pg_statistic B.pg_stat C.pg_index D.pg_class
单项选择题在PostgresSQL的数据目录结构中,一些共享系统表的目录是哪个?()
A.base B.global C.pg_clog D.pg_xlog
单项选择题在PostgresSQL的数据目录结构中,默认表空间的目录是哪个?()
A.base B.global C.pg_tblsp D.pg_log
判断题在PostgresSQL中,如一个事务失败,在数据文件中这个事务产生的数据在事务回滚时被清理掉.