Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.2. Data Types
Prev UpChapter 35. The Information SchemaHome Next

35.2. Data Types#

The columns of the information schema views use special data types that are defined in the information schema. These are defined as simple domains over ordinary built-in types. You should not use these types for work outside the information schema, but your applications must be prepared for them if they select from the information schema.

These types are:

cardinal_number

A nonnegative integer.

character_data

A character string (without specific maximum length).

sql_identifier

A character string. This type is used for SQL identifiers, the typecharacter_data is used for any other kind of text data.

time_stamp

A domain over the typetimestamp with time zone

yes_or_no

A character string domain that contains eitherYES orNO. This is used to represent Boolean (true/false) data in the information schema. (The information schema was invented before the typeboolean was added to the SQL standard, so this convention is necessary to keep the information schema backward compatible.)

Every column in the information schema has one of these five types.


Prev Up Next
35.1. The Schema Home 35.3. information_schema_catalog_name
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp