Skip to content

TEMPORAL JOINS: "schema.relation.column" does not work for boundaries #84

Description

@Piiit
A=# select * from (e as e(x,y,t)                                                                   
full join period with (e.t,public.f.tf) f on x=a and y=b) r ;                                      
ERROR:  invalid reference to FROM-clause entry for table "f"                                       
LINE 2: full join period with (e.t,public.f.tf) f on x=a and y=b) r ...                            
                                   ^                                                               
HINT:  There is an entry for table "f", but it cannot be referenced from this part of the query.   

Belongs to #55.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions