postgresql/src/bin
Bruce Momjian 8ac386226d The patch updates the documentation to reflect the fact that higher values
of client_min_messages (fatal + panic) are valid and also fixes a slight
issue with how psql tried to display error messages that aren't sent to
the client.

We often tell people to ignore errors in response to requests for things
like "drop if exists", but there's no good way to completely hide this
without upping client_min_messages past ERROR.  When running a file like

SET client_min_messages TO 'FATAL';

DROP TABLE doesntexist;

with "psql -f filename" you get an error prefix of
"psql:/home/username/filename:3" even though there is no error message to
prefix because it isn't sent to the client.

Kris Jurka
2005-10-13 20:58:42 +00:00
..
initdb Translation update 2005-10-10 19:36:36 +00:00
ipcclean Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
pg_config Go back to emitting path names with forward slashes on Windows. 2005-10-13 17:58:44 +00:00
pg_controldata Translation update 2005-10-10 19:36:36 +00:00
pg_ctl Translation update 2005-10-10 19:36:36 +00:00
pg_dump Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to 2005-10-10 22:29:48 +00:00
pg_resetxlog Translation update 2005-10-10 19:36:36 +00:00
pgevent Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
psql The patch updates the documentation to reflect the fact that higher values 2005-10-13 20:58:42 +00:00
scripts Translation update 2005-10-10 19:36:36 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00