Re: [BUGS] BUG #1569: Threads don't see ecpg default connection
Are you still seeing a failure in ecpg? I ran your test here and got: got id = 0 got id = 0 got id = 0 got id = 0 got id = 0 This is with thread safety enabled and CVS HEAD, which matches 8.0.X. ---
Re: [BUGS] request
John R Pierce wrote: I would really like postgres to model the alter syntax of mysql, which is really easy to modify table schema especially to include the AFTER col_name part. A) why does the order of the columns in a particular table matter at all? If coding without caring (about portability/