[PATCHES] list of scalars for fors and fore stms II

2005-12-27 Thread Pavel Stehule
Hello I cut controvers support for assign stmt. This patch is only enhancing fore and fors stmts. Regards Pavel Stehule _ Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. http://www.msn.cz/ diff -c -r pgsql/doc/src/sgm

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of copy

2005-12-27 Thread Andrew Dunstan
Bruce Momjian wrote: The big problem is that \. is also a valid CSV data value (though not a valid non-CSV data value). So, the solution we came up with was to require \. to appear alone on a line in CSV mode for it to be treated as end-of-copy. According to the docs, that's the way to s

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of copy marker

2005-12-27 Thread Bruce Momjian
Andrew Dunstan wrote: > > > Bruce Momjian wrote: > > > The big problem is that \. is also a valid > >CSV data value (though not a valid non-CSV data value). So, the > >solution we came up with was to require \. to appear alone on a line in > >CSV mode for it to be treated as end-of-copy. > >

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of copy marker

2005-12-27 Thread Bruce Momjian
Bruce Momjian wrote: > Andrew Dunstan wrote: > > > > > > Bruce Momjian wrote: > > > > > The big problem is that \. is also a valid > > >CSV data value (though not a valid non-CSV data value). So, the > > >solution we came up with was to require \. to appear alone on a line in > > >CSV mode for

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of

2005-12-27 Thread Luke Lonergan
Bruce, On 12/27/05 10:20 AM, "Bruce Momjian" wrote: > OK, original patch applied to HEAD and smaller version to 8.1.X, and > regression test added, now attached. Great, good catch. Have you tested performance, before and after? The only good way to test performance is using a fast enough I/O

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of

2005-12-27 Thread Bruce Momjian
Luke Lonergan wrote: > Bruce, > > On 12/27/05 10:20 AM, "Bruce Momjian" wrote: > > > OK, original patch applied to HEAD and smaller version to 8.1.X, and > > regression test added, now attached. > > Great, good catch. > > Have you tested performance, before and after? > > The only good way to

Re: [PATCHES] [BUGS] BUG #2114: (patch) COPY FROM ... end of

2005-12-27 Thread Bruce Momjian
pgman wrote: > Luke Lonergan wrote: > > Bruce, > > > > On 12/27/05 10:20 AM, "Bruce Momjian" wrote: > > > > > OK, original patch applied to HEAD and smaller version to 8.1.X, and > > > regression test added, now attached. > > > > Great, good catch. > > > > Have you tested performance, before a