Oxla Developer Hub home page
Search...
⌘K
Ask AI
Oxla.com
Docker Hub
Blog
Search...
Navigation
Other
pg_table_size()
Home
Welcome
Oxla Product Roadmap
Changelog
Introduction
What is Oxla and why use it
Development Guide
Quickstart
Configuration & Deployment
Cloud Storage
SQL Reference
Overview
SQL Statements
SQL Mutations
SQL Clauses
SQL Data Types
SQL Functions
Overview
Boolean
Math
String
Timestamp
Trigonometric
JSON
Aggregate
Window
String
Timestamp
Boolean
JSON
Other
Overview
coalesce
current_database
current_schema
has_schema_privilege
nullif
pg_get_expr
pg_total_relation_size
pg_typeof
col_description
pg_get_constraintdef
pg_table_is_visible
pg_size_pretty
obj_description
pg_table_size
pg_get_indexdef
shobj_description
pg_backend_pid
pg_encoding_to_char
pg_relation_is_publishable
pg_get_userbyid
pg_get_statisticsobjdef_columns
Trigonometric
Schema Definition
Comment Support
Transactions
Clients & Tools
Security
System Catalogs
Monitoring
Troubleshooting & Optimization
Resources
OLTP vs. OLAP
Oxla vs. PostgreSQL
On this page
Overview
Syntax
Parameters
Other
pg_table_size()
Overview
The
pg_table_size()
is a system administration function that retrieves the size of a specific table, including its associated storage components but excluding indexes.
Syntax
The syntax for the
pg_table_size()
function is as follows:
Copy
Ask AI
pg_table_size(regclass)
Parameters
The following parameters are required to execute this function:
regclass
: name or object identifier (OID) of the table whose size is to be retrieved
obj_description
pg_get_indexdef
Assistant
Responses are generated using AI and may contain mistakes.