Re: [v9.2] make_greater_string() does not return a string in some cases - Mailing list pgsql-hackers

From Marcin Mańk
Subject Re: [v9.2] make_greater_string() does not return a string in some cases
Date
Msg-id 624360DC-C26A-4FA6-8C6A-26D28EA79422@gmail.com
Whole thread Raw
In response to Re: [v9.2] make_greater_string() does not return a string in some cases  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [v9.2] make_greater_string() does not return a string in some cases
List pgsql-hackers
One idea:
col like 'foo%' could be translated to col >= 'foo' and col <= foo || 'zzz' , where 'z' is the largest possible
character.This should be good enough  for calculating stats. 
How to find such a character, i do not know.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: unite recovery.conf and postgresql.conf
Next
From: Merlin Moncure
Date:
Subject: Re: "stored procedures"