Skip to content

Wrong error hints for internal-use-only columns #73

@Piiit

Description

@Piiit
A=# select * from ((select * from rt) rt(rn, t) align rt s on true with (rn_1,a,p1,h)) x;     
ERROR:  column rt.rn_1 does not exist                                                         
LINE 1: ...ect * from rt) rt(rn, t) align rt s on true with (rn_1,a,p1,...                    
                                                             ^                                
HINT:  Perhaps you meant to reference the column "rt"."rn_0".                                 

rn_0 should not be visible here!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions