Log Message:
-----------
owner related fixes

Modified Files:
--------------
    pgadmin3/src/include:
        pgObject.h (r1.59 -> r1.60)

Index: pgObject.h
===================================================================
RCS file: /projects/pgadmin3/src/include/pgObject.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -Lsrc/include/pgObject.h -Lsrc/include/pgObject.h -u -w -r1.59 -r1.60
--- src/include/pgObject.h
+++ src/include/pgObject.h
@@ -122,8 +122,9 @@
 
     virtual wxMenu *GetNewMenu();
     virtual wxString GetSql(wxTreeCtrl *browser) { return wxT(""); }
-    wxString GetGrant(const wxString& allPattern, const wxString& grantFor=wxT(""), 
bool noOwner=false);
+    wxString GetGrant(const wxString& allPattern, const wxString& grantFor=wxT(""));
     wxString GetCommentSql();
+    wxString GetOwnerSql(int major, int minor, wxString objname=wxEmptyString);
     pgConn *GetConnection() const;
 
     virtual void SetDirty() { sql=wxT(""); expandedKids=false; needReread=true; }
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to