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 [email protected]
Whole thread Raw
In response to Re: 8.1 and syntax checking at create time  (Tony Caduto <[email protected]>)
Responses Re: 8.1 and syntax checking at create time
List pgsql-hackers
Tony Caduto <[email protected]> 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