hi list,

is it possible to have two 'accounting_stop_query' on postgressql.conf

or 

i need to setup something like

modules {
        sql {
                ...
                ...
                blah blah
                ...
                ...
        }
        sql2 {
                ...
                ...
                new blah blah
                ...
                ...
        }
}

and then call it from accounting routine

accounting {
        sql
        sql2
}

the idea is to perform two separate sql queries.

thanks,
roy


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to