aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-01-10 14:20:09 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2024-01-10 14:20:09 -0500
commit390298f0806588ceb131dd47760208bd2cd6298f (patch)
treebbf4288f085b0143941dda3d08e1455339365b3b /doc/src
parentadd673b897c3d76767cec5ac1619fad6b1eb7582 (diff)
downloadpostgresql-390298f0806588ceb131dd47760208bd2cd6298f.tar.gz
postgresql-390298f0806588ceb131dd47760208bd2cd6298f.zip
Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.
Many psql backslash commands tolerate trailing semicolons, even though that's not part of the official syntax. These did not. They tried to, by passing semicolon = true to psql_scan_slash_option, but that function ignored this parameter in OT_WHOLE_LINE mode. Teach it to do the right thing, and remove the now-duplicative logic in exec_command_help. Discussion: https://postgr.es/m/2012251.1704746912@sss.pgh.pa.us
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions