Re: [BUGS] Queries with multiple USINGs crash backend
Known bug ... we don't quite have JOIN syntax ironed out yet :-( But thanks for the report, anyway. regards, tom lane
[BUGS] Queries with multiple USINGs crash backend
Hello, The following SQL demonstrates a crash in the backend. It occurs in both the current Debian Linux 7.0.2 package, and in a separately compiled version of the same. --8<-- CREATE TABLE A ( A INT4, B INT4, C INT4 ); CREATE TABLE B ( A