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

2 uses

	github.com/jackc/pgtype (current package)
		aclitem.go#L98: func (src ACLItem) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		aclitem_array.go#L379: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)