Hi Sven, On Wed, May 03, 2006 at 12:35:28AM +0200, Sven Anderson wrote:
> 1. I always get the error: > pmacctd[12236]: ERROR ( all/pgsql ): ERROR: relation "tcom_v5_20060502" > already exists Just to fully agree with Jamie's reply. Noisy but harmless message. The cheapest way to handle the creation of new tables is to spawn the CREATE TABLE each purging event (sql_refresh_time). It will do the job whenever required. It will generate the noisy (but cheap) message in all other cases. > 2. as the INSERT date is used for the % variables, the last minute of a > day would get inserted in the table of the next day, right? Right! Cheers, Paolo _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
