Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
February 20, 2025:
PostgreSQL 17.4, 16.8, 15.12, 14.17, and 13.20 Released!
Documentation
→
PostgreSQL 9.0
Supported Versions:
Current
(
17
) /
16
/
15
/
14
/
13
Development Versions:
devel
Unsupported versions:
12
/
11
/
10
/
9.6
/
9.5
/
9.4
/
9.3
/
9.2
/
9.1
/
9.0
/
8.4
/
8.3
/
8.2
/
8.1
/
8.0
/
7.4
/
7.3
/
7.2
/
7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
PostgreSQL 9.0.23 Documentation
Prev
Up
Next
Chapter 8. Data Types
Table of Contents
8.1.
Numeric Types
8.1.1.
Integer Types
8.1.2.
Arbitrary Precision Numbers
8.1.3.
Floating-Point Types
8.1.4.
Serial Types
8.2.
Monetary Types
8.3.
Character Types
8.4.
Binary Data Types
8.4.1.
bytea
hex format
8.4.2.
bytea
escape format
8.5.
Date/Time Types
8.5.1.
Date/Time Input
8.5.2.
Date/Time Output
8.5.3.
Time Zones
8.5.4.
Interval Input
8.5.5.
Interval Output
8.5.6.
Internals
8.6.
Boolean Type
8.7.
Enumerated Types
8.7.1.
Declaration of Enumerated Types
8.7.2.
Ordering
8.7.3.
Type Safety
8.7.4.
Implementation Details
8.8.
Geometric Types
8.8.1.
Points
8.8.2.
Line Segments
8.8.3.