mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Clarify user of "postmaster" vs. "server" in FAQs.
Brendan Jurd
This commit is contained in:
@ -939,7 +939,7 @@
|
||||
(gdb) call pprint(any_pointer)
|
||||
</CODE>
|
||||
</PRE>
|
||||
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.
|
||||
|
||||
<H3 id="item2.4">2.4) I just added a field to a structure.
|
||||
@ -972,7 +972,7 @@
|
||||
parameter is an ereport level of <I>DEBUG</I> (levels 1-5),
|
||||
<I>LOG,</I> <I>INFO,</I> <I>NOTICE,</I> <I>ERROR,</I> <I>FATAL,</I>
|
||||
or <I>PANIC.</I> <I>NOTICE</I> prints on the user's terminal and
|
||||
the postmaster logs. <I>INFO</I> prints only to the user's terminal
|
||||
to the server logs. <I>INFO</I> prints only to the user's terminal
|
||||
and <I>LOG</I> prints only to the server logs. (These can be
|
||||
changed from <I>postgresql.conf.</I>) <I>ERROR</I> prints in both
|
||||
places, and terminates the current query, never returning from the
|
||||
@ -1004,7 +1004,7 @@
|
||||
option, many <I>assert()</I>s monitor the progress of the
|
||||
backend and halt the program when something unexpected occurs.</P>
|
||||
|
||||
<P>The <I>postmaster</I> has a <I>-d</I> option that allows
|
||||
<P>The postgres server has a <I>-d</I> option that allows
|
||||
even more detailed information to be reported. The <I>-d</I>
|
||||
option takes a number that specifies the debug level. Be warned
|
||||
that high debug level values generate large log files.</P>
|
||||
|
Reference in New Issue
Block a user