postgresql/src/bin/psql
Tom Lane 115bf1e79a Fix psql's \dC command to annotate I/O conversion casts as such.
A cast declared WITH INOUT was described as '(binary coercible)',
which seems pretty inaccurate; let's print '(with inout)' instead.
Per complaint from Jean-Pierre Pelletier.

This definitely seems like a bug fix, but given that it's been wrong
since 8.4 and nobody complained before, I'm hesitant to back-patch a
behavior change into stable branches.  It doesn't seem too late for
v11 though.

Discussion: https://postgr.es/m/5b887023.1c69fb81.ff96e.6a1d@mx.google.com
2018-08-31 16:45:33 -04:00
..
po Translation updates 2018-06-25 12:37:18 +02:00
.gitignore
command.c Remove no-longer-appropriate special case in psql's \conninfo code. 2018-08-03 12:20:47 -04:00
command.h
common.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
common.h
copy.c
copy.h
create_help.pl Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
crosstabview.c
crosstabview.h
describe.c Fix psql's \dC command to annotate I/O conversion casts as such. 2018-08-31 16:45:33 -04:00
describe.h
help.c psql: Add option for procedures to \df 2018-07-24 11:38:53 +02:00
help.h
input.c
input.h
large_obj.c
large_obj.h
mainloop.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
mainloop.h
Makefile
nls.mk
prompt.c
prompt.h
psqlrc.sample
psqlscanslash.h
psqlscanslash.l
settings.h
startup.c
stringutils.c
stringutils.h
tab-complete.c pgindent run prior to branching 2018-06-30 12:25:49 -04:00
tab-complete.h
variables.c
variables.h