check_function_bodies not doing much - Mailing list pgsql-general

From Marcelo Lacerda
Subject check_function_bodies not doing much
Date
Msg-id CAPmRTtMC=4ZTZ_-oobpyDUqewn7r2WHzza-UPnx8cdbKmuG-TA@mail.gmail.com
Whole thread Raw
Responses Re: check_function_bodies not doing much
Re: check_function_bodies not doing much
List pgsql-general
I was trying to get postgres to warn me that I'm referencing a table that it doesn't exists inside a function so I was told on the IRC to check the setting "check_function_bodies", however when I use it in a plpgsql function it doesn't actually check if the tables in the body exist. Is this the correct behavior?

Example:
http://paste.debian.net/1037080/

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Instead trigger on a view to update base tables ?
Next
From: Pavel Stehule
Date:
Subject: Re: check_function_bodies not doing much