On Sunday 27 April 2008 01:46:23 Pezhman Lali wrote: > I am using ast 1.4.19 with postgres. > the realtime extension was done properly, but the two > following warning was reported, > 1)realtime_pgsql: Postgresql RealTime: Could not find > any rows in table extensions. > 2)realtime_multi_pgsql: Postgresql RealTime: Could not > find any rows in table extensions.
Those warnings are safe to ignore. They really should be at log level DEBUG, not WARNING, because queries will fail to retrieve any results much of the time. This is due to our searching for matches, which starts at the most specific match first and falls back to more general matches. So any match for extensions that employs a pattern match will always generate one query which succeeds, but fails to return any results. -- Tilghman _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
