char_length() no longer seems to be working for me (at least with my
current build).
For example, create a simple test table and populate it with some
values:
CREATE TABLE test (
f1 character(4)NOT NULL,
f2 varchar(20),
PRIMARY KEY (f1)
);
INSERT IN
Peter Eisentraut wrote:
>
> Frank Miles writes:
>
> > I've been having problems trying to give permissions to groups, using
> > the Debian-packaged Postgresql 6.5.3.
> >
> > So far my search has turned up some old messages indicating that this
> > was broken in earlier versions of Postgresql.
>