A.BgWriter B.postgres C.Postmaster D.PgStat
多项选择题在PostgresSQL中,不同的编程语言使用不同的驱动程序连接到PostgresSQL数据库上,下面哪种连接方式不需要libpq库?()
A.JDBC B.ODBC C..NET D.Perl的DBD::pg
多项选择题在PostgresSQL的pg_hba.conf文件中支持的认证方式很多,一般常见的有哪些方式?()
A.trust B.reject C.MD5 D.ident
单项选择题在PostgresSQL的日志配置项参数中,用于打开日志的参数是哪个?()
A.log_destination B.logging_collector C.log_file_mode D.log_filename
多项选择题在PostgresSQLV10的预写式配置项参数中,wal_level参数可选择的值有哪些?()
A.replica B.minimal C.hot_standby D.logical
单项选择题在PostgresSQL的内存配置项参数中,用于声明内部排序操作和Hash表在开始使用临时磁盘文件之前可使用的内存数目的参数是什么?()
A.shared_buffers B.temp_buffers C.work_mem D.autovacuum_work_mem