|
From: Dieter S. <dsi...@sq...> - 2001-09-25 16:36:34
|
Nothing to worry about. There are a few queries which have no FROM clause and the server adds the tables. I'll take care of this in the next release. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Tue, 25 Sep 2001, Paul Stavrides wrote: > > First off, thanks to everyone who has made SQL-Ledger possible. Very > nice code set.... > > We are considering incorporating the SQL-Ledger accounting system into > our Applicant Tracking System (manages resumes, contacts, jobs and what > not). We are very interested in the multiple payments feature slated > for 1.8. Hopefully, we can help at some point... > > > Anyhow, after using SQL-Leder for a while, I've noticed that my Postgres > log file is filling up with the following and I wonder if it was > something I have set incorrectly... > > > > NOTICE: Adding missing FROM-clause entry for table "customertax" > NOTICE: Adding missing FROM-clause entry for table "partstax" > NOTICE: Adding missing FROM-clause entry for table "partstax" > NOTICE: Adding missing FROM-clause entry for table "customertax" > NOTICE: Adding missing FROM-clause entry for table "acc_trans" > NOTICE: Adding missing FROM-clause entry for table "acc_trans" > NOTICE: Adding missing FROM-clause entry for table "acc_trans" > NOTICE: Adding missing FROM-clause entry for table "acc_trans" > > > > Regards, > > -paul > > > |