The SQL tab for a table now also shares the grant/revoke statements for that table (but not yet any column level grants).
This commit is contained in:
parent
93687df959
commit
4ec4e02411
3 changed files with 12 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ void TablesPage::updateSqlTab(const std::optional<PgClass> &table)
|
|||
|
||||
// Privileges
|
||||
create_sql += "-- set Privileges\n";
|
||||
create_sql += table->grantSql();
|
||||
|
||||
// Comments
|
||||
create_sql += "-- set Comments table + columns\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue