postgresql/src
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
..
backend Back out this because of fear of changing error strings: 2005-10-13 17:57:57 +00:00
bin The patch updates the documentation to reflect the fact that higher values 2005-10-13 20:58:42 +00:00
include Add a comment describing the requirement that pointers into shared memory 2005-10-13 06:17:34 +00:00
interfaces Translation update 2005-10-10 19:36:36 +00:00
makefiles Some marginal tweaks to make 'make installcheck' mostly work when 2005-09-27 17:43:31 +00:00
pl Fix small oversight in recent patch to add more CREATE-FUNCTION-time 2005-10-13 15:34:19 +00:00
port Use get_progname() in backend main.c, rather than port-specific hack 2005-10-13 15:37:14 +00:00
template SUNOS4_CC -> SUNOS_CC. 2005-07-30 03:07:42 +00:00
test When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +00:00
timezone Fix the various forms of AT TIME ZONE to accept either timezones found 2005-09-09 02:31:50 +00:00
tools Document the process to update translations. 2005-10-10 19:41:27 +00:00
tutorial PGXS should be set with := not =, as specified in the documentation, 2005-09-27 17:13:14 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
Makefile.shlib Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier 2005-08-08 03:35:13 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00