On Tue, 1 Mar 2005, Joshua D. Drake wrote: > Hello, > > I am looking at having one of our guys write up the code to allow > logging as insert statements. I have a couple of questions. > > What would we like the postgresql.conf option to be? I was thinking > log_statements_as_inserts = (t/f) > > However I thought that was getting a little silly. Also do we want > to allow logging as inserts for all options? There is a lot of different > types of logging we can do.
Seems to me that a better approach is a script which, given the log file format, is able to parse and allow the user to format the insert themselves. The reason I say this is that users are almost always going to want a human readable log. As such, post processing the log outside of the database system seems to make sense. > > Sincerely, > > Joshua D. Drake Gavin ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly