Re: Miscellaneous message fixes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Miscellaneous message fixes
Date
Msg-id 3974197.1770761833@sss.pgh.pa.us
Whole thread Raw
In response to Re: Miscellaneous message fixes  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Right, I had a brain fart on this one.  Using "%s"."%s" where the
> namespace and object names were independently quoted is also not
> project style.  At the end, I have removed the quote_identifier()
> calls altogether, and reduced the number of quotes in the error
> strings, leading to f33c58577422 as a result.  If there is anything
> else, please let me know. 

Yeah, f33c58577422 looks like what we've done elsewhere.  OK by me.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: log_min_messages per backend type
Next
From: Tom Lane
Date:
Subject: Re: Decoupling our alignment assumptions about int64 and double