Re: [HACKERS] partitioned tables and contrib/sepgsql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] partitioned tables and contrib/sepgsql
Date
Msg-id 32604.1491779681@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] partitioned tables and contrib/sepgsql  (Joe Conway <mail@joeconway.com>)
Responses Re: [HACKERS] partitioned tables and contrib/sepgsql  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
>> I turned on the buildfarm "keep" setting and looked at the diffs. The
>> issue is that in there are a few places that do "SELECT ... FROM
>> pg_seclabels ... ORDER BY ..." and when manually testing I get default
>> database encoding "UTF8" but with the buildfarm I get "SQL_ASCII", hence
>> a different sorting.

> Looks like adding COLLATE "C" in the ORDER BY clauses does the trick. Is
> that the preferred method for this kind of issue?

Yeah, that's pretty much the standard fix nowadays.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: [HACKERS] partitioned tables and contrib/sepgsql
Next
From: Noah Misch
Date:
Subject: Re: [HACKERS] SCRAM authentication, take three