Re: [GENERAL] to_char problem

2004-02-17 Thread Wei Wang
In that case, how do I RAISE NOTICE a text variable such as: DECLARE tempstring text; BEGIN RAISE NOTICE tempstring; END - Original Message - From: "Richard Huxton" <[EMAIL PROTECTED]> To: "Wei Wang" <[EMAIL PROTECTED]>; "pgsql" <[EMAIL PRO

Re: [GENERAL] Run 2 versions of Postgresql on one machine?

2004-02-06 Thread Wei Wang
do I come up a way to access binary commands of both versions quickly without adding absolute path infront of those of 7.4.1? Many thanks, Wei - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Peter Alberer" <[EMAIL PROTECTED]> Cc: &quo

[GENERAL] Run 2 versions of Postgresql on one machine?

2004-02-06 Thread Wei Wang
hi, I just took over a project done by somebody else of some C extension of Postgresql 7.1.3. And now I have to port it to pl/pgsql. The guy who developed it said he didn't get it running under 7.2 for some reason. And I suspect it might not run properly under 7.4.1. Since I only have one machine