ctdbSetTableOwner
Set the table owner.
Declaration
CTDBRET ctdbSetTableOwner(CTHANDLE Handle, pTEXT owner);
Description
Sets the table owner. You should set the table owner before the table is created to allow the proper c-tree security setting to take place.
Return Values
ctdbSetTableOwner() returns CTDBRET_OK on success.
See Also
ctdbGetTableOwner()