Dustin Sallings <[EMAIL PROTECTED]> writes:
> Around 18:51 on Dec 1, 2002, Tom Lane said:
> # I can't reproduce it either (and I just finished trying it on OS X
> # 10.2.2, so it's not just a matter of a platform dependency).
> #
> # Dustin, we really need more info to proceed any further. How abo
Bruce Momjian <[EMAIL PROTECTED]> writes:
> I just tried:
> test=> alter user postgres set search_path to 'public';
> ALTER USER
> test=> alter user postgres set search_path to default;
> ALTER USER
> and it worked fine here. This is with current CVS. Can anyone else
> rep
I just tried:
test=> alter user postgres set search_path to 'public';
ALTER USER
test=> alter user postgres set search_path to default;
ALTER USER
and it worked fine here. This is with current CVS. Can anyone else
reproduce the problem?