Menu

#355 Input of anonymous composite types is not implemented

Development Queue
closed
nobody
5
2014-03-13
2012-11-21
Abbas Butt
No

Consider this simplified test case taken from with.sql

CREATE TABLE parent ( id int, val text );
INSERT INTO parent VALUES ( 1, 'p1' );
WITH rcte AS ( SELECT max(id) AS maxid FROM parent ) DELETE FROM parent USING rcte WHERE id = maxid;

It results in error

ERROR: input of anonymous composite types is not implemented

Due to this error the following test cases are affected

rules.sql
with.sql

Discussion

  • Koichi Suzuki

    Koichi Suzuki - 2012-12-12
    • status: open --> closed
     
  • Koichi Suzuki

    Koichi Suzuki - 2012-12-12

    Duplicate of the bug 3521819.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.