⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
postgresql-9.2.24
/
html
/
View File Name :
infoschema-datatypes.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Data Types</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.2.24 Documentation" HREF="index.html"><LINK REL="UP" TITLE="The Information Schema" HREF="information-schema.html"><LINK REL="PREVIOUS" TITLE="The Schema" HREF="infoschema-schema.html"><LINK REL="NEXT" TITLE="information_schema_catalog_name" HREF="infoschema-information-schema-catalog-name.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="stylesheet.css"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"><META NAME="creation" CONTENT="2017-11-06T22:43:11"></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="5" ALIGN="center" VALIGN="bottom" ><A HREF="index.html" >PostgreSQL 9.2.24 Documentation</A ></TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A TITLE="The Schema" HREF="infoschema-schema.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A HREF="information-schema.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="60%" ALIGN="center" VALIGN="bottom" >Chapter 34. The Information Schema</TD ><TD WIDTH="20%" ALIGN="right" VALIGN="top" ><A TITLE="information_schema_catalog_name" HREF="infoschema-information-schema-catalog-name.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="INFOSCHEMA-DATATYPES" >34.2. Data Types</A ></H1 ><P > 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. </P ><P > These types are: <P ></P ></P><DIV CLASS="VARIABLELIST" ><DL ><DT ><TT CLASS="TYPE" >cardinal_number</TT ></DT ><DD ><P > A nonnegative integer. </P ></DD ><DT ><TT CLASS="TYPE" >character_data</TT ></DT ><DD ><P > A character string (without specific maximum length). </P ></DD ><DT ><TT CLASS="TYPE" >sql_identifier</TT ></DT ><DD ><P > A character string. This type is used for SQL identifiers, the type <TT CLASS="TYPE" >character_data</TT > is used for any other kind of text data. </P ></DD ><DT ><TT CLASS="TYPE" >time_stamp</TT ></DT ><DD ><P > A domain over the type <TT CLASS="TYPE" >timestamp with time zone</TT > </P ></DD ><DT ><TT CLASS="TYPE" >yes_or_no</TT ></DT ><DD ><P > A character string domain that contains either <TT CLASS="LITERAL" >YES</TT > or <TT CLASS="LITERAL" >NO</TT >. This is used to represent Boolean (true/false) data in the information schema. (The information schema was invented before the type <TT CLASS="TYPE" >boolean</TT > was added to the SQL standard, so this convention is necessary to keep the information schema backward compatible.) </P ></DD ></DL ></DIV ><P> Every column in the information schema has one of these five types. </P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="infoschema-schema.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="infoschema-information-schema-catalog-name.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >The Schema</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="information-schema.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><TT CLASS="LITERAL" >information_schema_catalog_name</TT ></TD ></TR ></TABLE ></DIV ></BODY ></HTML >