Revision 78b0a0d8c026d20788b584266c2aef5f5add16b2 authored by Tom Lane on 25 September 2010, 19:57:05 UTC, committed by Tom Lane on 25 September 2010, 20:02:32 UTC
It now emerges that the JDBC driver expects to be able to use pg_get_expr()
on an output of a sub-SELECT.  So extend the check logic to be able to recurse
into a sub-SELECT to see if the argument is ultimately coming from an
appropriate column.  Per report from Thomas Kellerer.
1 parent 76833ae
History
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 233 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 1.3 KB
README.git -rw-r--r-- 820 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 782.9 KB
configure.in -rw-r--r-- 59.7 KB

README

back to top