mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-05 14:14:53 -06:00
add publication
Add view publications. Change shortkeys Commit/Rollback
This commit is contained in:
parent
f494f68237
commit
6f68d6f22b
13 changed files with 1568 additions and 1103 deletions
|
|
@ -79,6 +79,7 @@ public:
|
|||
// Having multiple SQL tabs warrants the following properties to be tracked per tab
|
||||
void SetChanged(bool b);
|
||||
bool IsChanged();
|
||||
wxColor SetSQLBoxColourBackground(bool transaction);
|
||||
void SetOrigin(int origin);
|
||||
int GetOrigin();
|
||||
void SetFilename(wxString &filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue