Re: [BUGS] Bug #829: 7.3 crashes when trying to set variable to default

2002-12-01 Thread Tom Lane
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

Re: [BUGS] Bug #829: 7.3 crashes when trying to set variable to default

2002-12-01 Thread Tom Lane
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

Re: [BUGS] Bug #829: 7.3 crashes when trying to set variable to default

2002-12-01 Thread Bruce Momjian
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?