Re: RfD: more powerful "any" types - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: RfD: more powerful "any" types
Date
Msg-id 4AA904C3020000250002AC3D@gw.wicourts.gov
Whole thread Raw
In response to Re: RfD: more powerful "any" types  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: RfD: more powerful "any" types
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> wrote:
> what is more readable?
> 
> select 'i=' || i || ', b=' || b || ', c=' || c ..
> 
> or
> 
> select format('i=%, b=%, c=%', i, b, c ..)
Seriously, those are about dead even for me.  The concatenation
might have a slight edge, particularly since I have the option, if
it gets out of hand, to do:
select 'i=' || i || ', b=' || b || ', c=' || c ..
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Ragged CSV import
Next
From: Tom Lane
Date:
Subject: Re: RfD: more powerful "any" types