"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Today after changing (with pgadmin III) the datatype of
> qrydorders.docomment from varchar(255) to varchar(2500) i got the
> error "variable not found in subplan target lists" [ from a view
> dependent on the table ]
This is an unsupported operati
Hello all..
I have a 7.4.2 pg server and the situation is the following:
Table detorders with 69 columns, one of which is called docomment. There is a view
based on this table called qrydorders and there are other 5 views which include
qrydorders in there definitions. Today after changing (with
Tom,
> * src/backend/utils/adt/selfuncs.c (REL7_3_STABLE): Work around
> buggy strxfrm() present in some Solaris releases.
>
> Don't recall now which are "some" Solaris releases.
Turns out it is the "user with no password" bug, which was throught to affect
only Solaris 7 or 8. How