On Sun, May 20, 2012 at 11:28 AM, Tom Lane wrote:
> Peter Eisentraut writes:
>> I found this in contrib/sepgsql/expected/label.out:
>> SECURITY LABEL ON COLUMN t2
>> IS 'system_u:object_r:sepgsql_ro_table_t:s0'; -- be failed
>> ERROR: improper relation name (too many dotted names):
>
>> C
Peter Eisentraut writes:
> I found this in contrib/sepgsql/expected/label.out:
> SECURITY LABEL ON COLUMN t2
> IS 'system_u:object_r:sepgsql_ro_table_t:s0'; -- be failed
> ERROR: improper relation name (too many dotted names):
> Contrast with:
> SECURITY LABEL ON COLUMN t2.b
> IS 'sy
I found this in contrib/sepgsql/expected/label.out:
SECURITY LABEL ON COLUMN t2
IS 'system_u:object_r:sepgsql_ro_table_t:s0'; -- be failed
ERROR: improper relation name (too many dotted names):
Contrast with:
SECURITY LABEL ON COLUMN t2.b
IS 'system_u:object_r:sepgsql_ro_table_t:s0';