[postgis-devel] Issue 72 in postgis: ST_Estimated_Extent sometimes returns null if table exists but not in current schema
codesite-noreply at google.com
codesite-noreply at google.com
Mon Nov 24 12:25:45 PST 2008
Comment #6 on issue 72 by mark.cav... at siriusit.co.uk: ST_Estimated_Extent
sometimes returns null if table exists but not in current schema
http://code.google.com/p/postgis/issues/detail?id=72
I do like Kevin's solution of using the pg_table_is_visible() function - I
think it
was me that last altered that section of code and I must admit it's the
first time
I've come across this function.
There is no need to complicate things further by adding a plpgsql wrapper
though -
simply alter the SQL queries used in the C code, as the majority of the
work is done
by passing SQL query strings to the SPI directly anyway.
ATB,
Mark.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list