From: Asko Tiidumaa on 1 Jul 2010 11:19 Currently REASSIGN OWNED complains "unexpected classid" for operator class and family. For example, create two users, user1 and user2 under user1: create type oxetype as enum ('oxe1'); create operator class oxeops default for type oxetype using btree as function 1 array_lower(anyarray,integer); and then observe "unexpected classid" error: reassign owned by user1 to user2 So I propose a patch that goes against head, and it would be great to get it backported to at least 8.3 branch Comments? Asko Tiidumaa --- Skype, Sr DBA
|
Pages: 1 Prev: superfluous copydir() prototype in pg_upgrade.h Next: [HACKERS] log files and permissions |