View Single Post

   
  #3 (permalink)  
Old 04-18-2008, 09:48 AM
Dave Page
 
Posts: n/a
Default Re: Crash when trying to view SQL for new uniqueconstraint

Erwin Brandstetter wrote:
> Hi developers!
>
> Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609).
> Client Win XP, host: Debian Sarge / PG 8.1.8; host: Debian Etch / PG 8.1.9
>
> pgadmin crashes when I try to view the SQL for a UNIQUE constraint to be
> created via dialog.


It seems that a GUC without a value is set to 'unset' on 8.1 and not ''
as we get on 8.2. Having fixed this (which I found before testing your
report on 8.1), I can no longer recreate the issue you report.

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote