Re: [PATCH] Add support for leading/trailing bytea trim()ing - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Add support for leading/trailing bytea trim()ing
Date
Msg-id 388927.1611000822@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Add support for leading/trailing bytea trim()ing  ("Joel Jacobson" <joel@compiler.org>)
List pgsql-hackers
"Joel Jacobson" <joel@compiler.org> writes:
> On Fri, Dec 4, 2020, at 22:02, Tom Lane wrote:
>> (Maybe the existing ltrim/rtrim descrs are also like this, but if so
>> I'd change them too.)

> They weren't, but I think the description for the bytea functions
> can be improved to have a more precise description
> if we take inspiration from the the text functions.

Yeah, I agree with making the bytea descriptions look like the
text ones.  Pushed with minor additional doc fixes.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Deleting older versions in unique indexes to avoid page splits
Next
From: Matthias van de Meent
Date:
Subject: Re: {CREATE INDEX, REINDEX} CONCURRENTLY improvements