xlat expansion of absent VPs

Phil Mayers p.mayers at imperial.ac.uk
Tue Jun 18 12:07:22 CEST 2013


On 06/18/2013 07:27 AM, Brian Candler wrote:

> Aside: I think Postgres will reject a quoted string being used in an
> integer context.

Not correct:

db=> create temp table tt (val integer);
CREATE TABLE
db=> insert into tt values ('1');
INSERT 0 1



More information about the Freeradius-Devel mailing list