github.com/jackc/pgtype.ACLItemArray.DecodeText (method)

4 uses

	github.com/jackc/pgtype (current package)
		aclitem_array.go#L306: func (dst *ACLItemArray) DecodeText(ci *ConnInfo, src []byte) error {
		aclitem_array.go#L402: 		return dst.DecodeText(nil, nil)
		aclitem_array.go#L407: 		return dst.DecodeText(nil, []byte(src))
		aclitem_array.go#L411: 		return dst.DecodeText(nil, srcCopy)