On 28.12.2010 05:16, Robert Haas wrote:
I'd appreciate some review of what's attached, even though it's not
totally final yet.

This construct doesn't translate well:

+               appendStringInfo(&allowed, "table%s%s%s",
+                       allowView ? " or view" : "",
+                       allowType ? " or composite type" : "",
+                       allowForeignTable ? " or foreign table" : "");

Typo here:

@@ -6883,7 +6962,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool 
recursing, LOCKMODE lock
                default:
                        ereport(ERROR,
                                        (errcode(ERRCODE_WRONG_OBJECT_TYPE),
-                                        errmsg("\"%s\" is not a table, view, or 
sequence",
+                                        errmsg("\"%s\" is not a table, view, 
sequence, or foreign tabl, or foreign tablee",
                                                        
NameStr(tuple_class->relname))));
        }


--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to