Re: 8.1 and syntax checking at create time - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 8.1 and syntax checking at create time
Date
Msg-id 3207.1125510661@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.1 and syntax checking at create time  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Responses Re: 8.1 and syntax checking at create time  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-hackers
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> notice the for in select, it's for sure wrong, but it raises no errors 
> until I execute the function
> also note the declaration for row, there is no record56 type, but it 
> raises no errors at create.

It's *syntax* checking, not an exhaustive check that the function is OK.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tony Caduto
Date:
Subject: Re: 8.1 and syntax checking at create time
Next
From: Martijn van Oosterhout
Date:
Subject: Re: On hardcoded type aliases and typmod for user types