]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make some error strings more generic
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 20 Oct 2023 20:52:15 +0000 (22:52 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 20 Oct 2023 20:52:15 +0000 (22:52 +0200)
commitb62a3fa1cc66ab0d3356c0262b743909d2066504
tree89a3fbaea20cf005d93d21e11192b4725f854631
parentc79ca0485a62b2abefabd538ac896cd64f4e7a01
Make some error strings more generic

It's undesirable to have SQL commands or configuration options in a
translatable error string, so take some of these out.
src/backend/commands/collationcmds.c
src/backend/commands/tablecmds.c
src/backend/commands/typecmds.c