github.com/jackc/pgpassfile.Entry.Database (field)

4 uses

	github.com/jackc/pgpassfile (current package)
		pgpass.go#L16: 	Database string
		pgpass.go#L89: 		Database: parts[2],
		pgpass.go#L104: 			(e.Database == "*" || e.Database == database) &&