From d63790d72605cb84fd9e79334ab9d0a5e01378dc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 Oct 2007 01:28:24 +0000 Subject: Clarify user of "postmaster" vs. "server" in FAQs. Brendan Jurd --- doc/src/FAQ/FAQ_DEV.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/FAQ/FAQ_DEV.html') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 104e68591dc..76e22142ecb 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -939,7 +939,7 @@ (gdb) call pprint(any_pointer) - The output appears in the postmaster log file, or on your screen if + The output appears in the server log file, or on your screen if you are running a backend directly without a postmaster.

2.4) I just added a field to a structure. @@ -972,7 +972,7 @@ parameter is an ereport level of DEBUG (levels 1-5), LOG, INFO, NOTICE, ERROR, FATAL, or PANIC. NOTICE prints on the user's terminal and - the postmaster logs. INFO prints only to the user's terminal + to the server logs. INFO prints only to the user's terminal and LOG prints only to the server logs. (These can be changed from postgresql.conf.) ERROR prints in both places, and terminates the current query, never returning from the @@ -1004,7 +1004,7 @@ option, many assert()s monitor the progress of the backend and halt the program when something unexpected occurs.

-

The postmaster has a -d option that allows +

The postgres server has a -d option that allows even more detailed information to be reported. The -d option takes a number that specifies the debug level. Be warned that high debug level values generate large log files.

-- cgit v1.2.3