connect to Greenplum
1. Right click on the Tablespaces node and create a tablespace, enter tariq for the filespace ( we've created a filespace called tariq on greenplum ). Click the Alter button.
2. ALTER the tablespace you just created via right click.
3. notice in the GUI It does not display the filespace text, tariq at the bottom. It appears blank. There isn't a way to tell what filespace a tablespace is on via the GUI.
see attached
ADS Greenplum is based on ADS PostgreSQL which does not support FILESPACE, needs to retrieve filespace from a different system catalog table. SVN r30438.
Issue #8009 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/30438 |
No time estimate |
ADS Greenplum is based on ADS PostgreSQL which does not support FILESPACE, needs to retrieve filespace from a different system catalog table. SVN r30438.