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

4 uses

	github.com/jackc/pgtype (current package)
		aclitem.go#L88: func (dst *ACLItem) DecodeText(ci *ConnInfo, src []byte) error {
		aclitem.go#L118: 		return dst.DecodeText(nil, []byte(src))
		aclitem.go#L122: 		return dst.DecodeText(nil, srcCopy)
		aclitem_array.go#L328: 			err = elem.DecodeText(ci, elemSrc)