A.bin B.data C.lib D.share E.include F.archive
多项选择题在PostgresSQL中,以下属于本地内存缓冲区的有哪些?()
A.shared_buffers B.temp_buffers C.work_mem D.maintenance_work_mem
判断题在PostgresSQL9.3之后,PostgresSQL使用“mmap()”方式的共享内存。使用这种共享内存的好处是不再需要配置内核参数 kernel.shmmax 和 kernel.shmall 。
单项选择题PostgresSQL数据库启动时,会先启动哪个进程?()
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