From: Oleg B. <ph...@ma...> - 2004-12-03 20:37:53
|
On Fri, Dec 03, 2004 at 02:12:32PM -0600, Ian Bicking wrote: > I get an error on the second nextval. I don't have a 7.3 server around, > but I'm guessing it will act the same as 7.4 on this. Thank you! Of course I meant 7.3 and higher, so 7.4 is as good. I don't know what to do with it. I've spent good number of hours rewriting columnsFromSchema() to make it work with 7.2, and mostly succeed. I can now hack into test_sqlobject checking if it is Postgres, and if it is 7.2, and list sequences, and drop them... but should I? Does anyone interested in Postgres 7.2 support? Or am I the last person still using 7.2? Especially now when PostgreSQL team has released 8.0beta5 and is approaching 8.0 release... Or should we just drop support for 7.2 and add to the docs requirements "Postgres 7.3 or higher"? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |