Re: [ADMIN] loading and unloading rows

2002-11-03 Thread Naomi Walker
Can we add unload/load functionality to the list, please? > >Yes, agreed, it would be nice to have WHERE as part of COPY. In fact, I > >like Informix's solution, which merges data in/out with INSERT/SELECT: > > > > UNLOAD TO '/tmp/x' > > SELECT * > > FROM tab; > > > >an

[ADMIN] Logging RAISE statement to a logfile aside from syslog

2002-11-03 Thread Ludwig Lim
Hi: Is there a way of logging the RAISE statements in a plpgsql function to a logfile (aside from syslog)? I noticed that all RAISE statments are only logged in the syslog. The following is a portion my current configuration related to logging: log_connection = true log_timestamp = tr