Specify the physical location for external storage

As an alternative to the extspace name, a CREATE INDEX statement can directly specify a quoted string that contains the external location.

CREATE INDEX ix1 ON tab1(col1)
   IN "location_specifier"
   USING your_access_method