Issue migrated from Redmine: https://redmine.postgresql.org/issues/1286
Originally created by Fahar Abbas at 2016-06-01 12:32:40 UTC.
Commit ID:
commit 4482bbb
Browser version:
Firefox 45.0.2
Python version:
3.5.1+
In Right Click options, We have create refresh, Create script/Delete/Drop and Properties options but there is also important feature move object to another tablespace is missing.
Steps:
- Install pgAdmin4 on Ubuntu 16.04
- Install PG-9.6-beta 1 installer
- Before creating table space done following modification:
Open terminal:
go into /opt/PostgreSQL/9.6/ folder
mkdir tab
chown -R postgres:postgres tab
chmod 600 tab
- Connect to pg-9.6 server
- Expand tablespace node
- Create new tablespace
- provide name tab
- in definition tab provide /opt/PostgreSQL/9.6/tab
- Click on Save button
- Tablespace created successfully.
- Right Click on table space node
- Check the options
Issue migrated from Redmine: https://redmine.postgresql.org/issues/1286
Originally created by Fahar Abbas at 2016-06-01 12:32:40 UTC.
Commit ID:
commit 4482bbb
Browser version:
Firefox 45.0.2
Python version:
3.5.1+
In Right Click options, We have create refresh, Create script/Delete/Drop and Properties options but there is also important feature move object to another tablespace is missing.
Steps:
Open terminal:
go into /opt/PostgreSQL/9.6/ folder
mkdir tab
chown -R postgres:postgres tab
chmod 600 tab