vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello All, When we pass file name in pg_ctl (with option -l) what has to be syslog value.. Should it be enabled..?if so what cud be the value for syslog..? Though I have sent approprite file name with -l option ,and if I use default value for syslog (0) then I am getting the messages in console.. So how can I override getting messages in console...? Thx in advance, Prasanna. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Mavinakuli, Prasanna (STSD) wrote: > When we pass file name in pg_ctl (with option -l) what has to be > syslog value.. If you turn on syslog, the -l filename won't get much output, but you still might get error messages during startup, before syslog is activated, so both are independently useful. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |