mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add context-sensitive SQL help.
This commit is contained in:
@@ -47,6 +47,8 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
pgAdmin.Browser.Nodes['tablespace'] = pgAdmin.Browser.Node.extend({
|
||||
parent_type: 'server',
|
||||
type: 'tablespace',
|
||||
sqlAlterHelp: 'sql-altertablespace.html',
|
||||
sqlCreateHelp: 'sql-createtablespace.html',
|
||||
label: '{{ _('Tablespace') }}',
|
||||
hasSQL: true,
|
||||
canDrop: true,
|
||||
|
||||
Reference in New Issue
Block a user