[HACKERS] executing prepared select, missing RowDescription info

2004-04-18 Thread Kris Jurka
When executing a prepared select statement, the returned RowDescription protocol message does not have any information for the table oid or column position. Running the equivalent select without prepare provides this information, so I don't see why the act of preparing and executing the

Re: [HACKERS] executing prepared select, missing RowDescription info

2004-04-18 Thread Tom Lane
Kris Jurka [EMAIL PROTECTED] writes: When executing a prepared select statement, the returned RowDescription protocol message does not have any information for the table oid or column position. Running the equivalent select without prepare provides this information, so I don't see why the act

Re: [HACKERS] Regression from 7.3 to 7.4

2004-04-18 Thread Tom Lane
I wrote: Dennis Bjorklund [EMAIL PROTECTED] writes: This testcase works in 7.3 but not in 7.4: create table t1 (a int); create table t2 (b int); select * from t1, (select b as a from t2 group by a) as foo; Another tweak we could make is to cause findTargetlistEntry() to look only for

Re: [HACKERS] Remove MySQL Tools from Source?

2004-04-18 Thread Andrew Dunstan
Christopher Kings-Lynne said: But you would have to assign the copyright to them If someone is going to make money from my code, I prefer it to be me, or at least that everyone has a chance to do so rather than just one company. Well, then for the same reason we should write a Perl

Re: [HACKERS] Remove MySQL Tools from Source?

2004-04-18 Thread Shachar Shemesh
Tom Lane wrote: These tools are a not insignificant part of our Plan for World Domination ;-) so it would be good if somebody stepped up to the plate and volunteered to take care of 'em. Anybody? Which brings me to another question I have a bunch of perl scripts, as well as one user-defined

Re: [HACKERS] Remove MySQL Tools from Source?

2004-04-18 Thread Andrew Dunstan
Shachar Shemesh wrote: Tom Lane wrote: These tools are a not insignificant part of our Plan for World Domination ;-) so it would be good if somebody stepped up to the plate and volunteered to take care of 'em. Anybody? Which brings me to another question I have a bunch of perl scripts, as

Re: [HACKERS] Remove MySQL Tools from Source?

2004-04-18 Thread Andrew Dunstan
Andrew Dunstan wrote: Christopher Kings-Lynne said: But you would have to assign the copyright to them If someone is going to make money from my code, I prefer it to be me, or at least that everyone has a chance to do so rather than just one company. Well, then for the same

[HACKERS] ON COMMIT DROP

2004-04-18 Thread Christopher Kings-Lynne
Is there any reason why the 'ON COMMIT' behaviour feature is not available if you use CREATE TABLE AS ...? Chris ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]