Skip to content
🚀 Agentic Postgres: The first database built for agents 🤖
TimescaleDB - Timeseries database for PostgreSQL Docs
  • TigerData.com
  • Try for free
Get started
Try the key Tiger Data features
Start coding with Tiger Data
Create a Tiger Cloud service
About Tiger Data products
Tiger Data architecture for real-time analytics
Pricing plans and account management
Changelog
Use Tiger Data products
Hypertables
Hypercore
Continuous aggregates
Tutorials
Integrations
API Reference
Import and sync
Integrate AI with Tiger Data
Other deployment options
Find a docs page
ApiTimescaleDB API referenceHypertables and chunks

show_tablespaces()

Tiger Cloud: Performance, Scale, Enterprise, Free

Self-hosted products

MST

Show the tablespaces attached to a hypertable.

Samples

SELECT * FROM show_tablespaces('conditions');
show_tablespaces
------------------
disk1
disk2

Required arguments

NameTypeDescription
hypertableREGCLASSHypertable to show attached tablespaces for.

Keywords

tablespaceshypertables

Found an issue on this page?Report an issue or Edit this page in GitHub.

Previousdetach_tablespacesNextset_chunk_time_interval

Related Content

show_tablespaces()
Show the tablespaces attached to a hypertable
show_chunks()
Show the chunks belonging to a hypertable
move_chunk()
Move a chunk and its indexes to a different tablespace
attach_tablespace()
Attach a tablespace to a hypertable
detach_tablespace()
Detach a tablespace from a hypertable
detach_tablespaces()
Detach all tablespaces from a hypertable