MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / TCP

Method TCP

internal/postgres/hba.go:185–188  ·  view source on GitHub ↗

TCP makes hba match connection attempts made using TCP/IP, with or without SSL.

()

Source from the content-addressed store, hash-verified

183
184// TCP makes hba match connection attempts made using TCP/IP, with or without SSL.
185func (hba *HostBasedAuthentication) TCP() *HostBasedAuthentication {
186 hba.origin = "host"
187 return hba
188}
189
190// Users makes hba match connections by specific users.
191func (hba *HostBasedAuthentication) Users(name string, names ...string) *HostBasedAuthentication {

Callers 4

PostgreSQLHBAsFunction · 0.80
NewHBAsFunction · 0.80
postgresqlHBAsFunction · 0.80

Calls

no outgoing calls

Tested by 1