Out arguments name of "pg_identify_object_as_address" function in 9.5.14 and 11beta3

2018-09-03 Thread Jean-Pierre Pelletier
dentify_object_as_address(classId, ObjId, objSubId)).* from pg_depend where classId <> 0; Thanks, Jean-Pierre Pelletier

Re: psql \dC incorrectly shows casts "with inout" as "binary coercible" on 9.5.14 and 11beta3

2018-08-31 Thread Jean-Pierre Pelletier
Awesome, thanks! Le ven. 31 août 2018 16:46, Tom Lane a écrit : > I wrote: > > Not sure if this rises to the level of a back-patchable bug. > > People might be surprised if we change that output in minor releases. > > But we could still squeeze it into v11, I think. > > I pushed a fix into HEAD

Re: psql \dC incorrectly shows casts "with inout" as "binary coercible" on 9.5.14 and 11beta3

2018-08-31 Thread Jean-Pierre Pelletier
Btw, pg_dump is handling this right. Jean-Pierre Pelletier Le ven. 31 août 2018 10:33, Tom Lane a écrit : > "jean.pierre.pelletier0" writes: > > To reproduce, compare the output of \dC on two built-in casts(json to > jsonb) and (xml to text) where only the the first