Re: Version Number Function? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Version Number Function?
Date
Msg-id 603c8f070810141241l7a26fef7p2b2864f20c229aea@mail.gmail.com
Whole thread Raw
In response to Re: Version Number Function?  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
> There must be a way to get string_to_array() to evaluate only once, yes?

WITH, but that's not going to help you for backward compatibility.

If you used plpgsql you could assign the string_to_array result to a
variable and then work off the variable, but I'm not sure that's
really better.

...Robert


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: spoonbill is failing citext test
Next
From: Tom Lane
Date:
Subject: Re: Improving planner variable handling