[GENERAL] Bug in char_length() in 7.0?

2000-05-26 Thread Frank P. Miles
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

Re: [GENERAL] granting permission to groups?

2000-04-09 Thread Frank P. Miles
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. >