[PATCHES] enable logging of start time/cookie for all backend processes

2007-07-29 Thread Andrew Dunstan
The attached patch makes a very small but useful change to the behaviour of log_line_prefix, by enabling the start time (%s) and cookie (%c) logging to occur for all backends rather than just for session processes (i.e. backends started for a client connection). We actually need almost all of

Re: [PATCHES] allow CSV quote in NULL

2007-07-29 Thread Alvaro Herrera
Stephen Frost wrote: > * Tom Lane ([EMAIL PROTECTED]) wrote: > > Stephen Frost <[EMAIL PROTECTED]> writes: > > > Please find attached a minor patch to remove the constraints that a > > > user can't include the delimiter or quote characters in a 'NULL AS' > > > string when importing CSV files.