Re: [DOCS] [PATCHES] Summary table trigger example race condition

2006-01-12 Thread Alvaro Herrera
Mark Kirkwood wrote: > Yes it would - I usually build the SGML -> HTML, then cut the code out > of a browser session to test - the pain is waiting for the docs to build. FWIW, what I do is to build a cut-down version of postgres.sgml to include only the file you want to check. I think there is

Re: [DOCS] [PATCHES] Summary table trigger example race condition

2006-01-12 Thread Peter Eisentraut
Jim C. Nasby wrote: > DOH! It would be good if doc/src had a better mechanism for handling > code; one that would allow for writing the code natively (so you > don't have to worry about translating < into < and > into >) > and for unit testing the different pieces of code. -- Peter Eisentraut h

Re: [DOCS] [PATCHES] Summary table trigger example race condition

2006-01-12 Thread Jim C. Nasby
On Thu, Jan 12, 2006 at 09:58:54PM +0100, Peter Eisentraut wrote: > Jim C. Nasby wrote: > > DOH! It would be good if doc/src had a better mechanism for handling > > code; one that would allow for writing the code natively (so you > > don't have to worry about translating < into < and > into >) > >

[DOCS] Example for UPDATE FROM with correllation

2006-01-12 Thread David Fetter
Folks, Please find enclosed a doc patch that adds an example of a correllated UPDATE. Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 415 235 3778 Remember to vote! Index: doc/src/sgml/ref/update.sgml === R