⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pg_ident.conf.sample

📁 关系型数据库 Postgresql 6.5.2
💻 SAMPLE
字号:
# This is the pg_ident.conf file, which is used with Postgres ident-based# authentication (a subtype of host-based authentication).# This is a table of ident usernames (typically Unix usernames) and # their corresponding Postgres usernames.  For example, user "bryanh" on# some particular remote system may equate to Postgres user "guest1".# This file contains multiple maps.  Each has a name.  The pg_hba.conf# file determines what connections relate to this file and for those that# do, which map to use.# Each record consists of 3 tokens:## 1) map name# 2) ident username# 3) Postgres username# Note that it is possible for one user to map to multiple Postgres usernames.# A user always has to specify when he connects what Postgres username he is# using.  This file is only used to validate that selection.#testmap   robert   bob#testmap   lucy     lucy

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -