From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/datatype-character.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/datatype-character.html') diff --git a/doc/src/sgml/html/datatype-character.html b/doc/src/sgml/html/datatype-character.html index b1b9a10..349f3b4 100644 --- a/doc/src/sgml/html/datatype-character.html +++ b/doc/src/sgml/html/datatype-character.html @@ -1,5 +1,5 @@ -8.3. Character Types

8.3. Character Types

Table 8.4. Character Types

NameDescription
character varying(n), varchar(n)variable-length with limit
character(n), char(n)fixed-length, blank padded
textvariable unlimited length

+8.3. Character Types

8.3. Character Types

Table 8.4. Character Types

NameDescription
character varying(n), varchar(n)variable-length with limit
character(n), char(n)fixed-length, blank padded
textvariable unlimited length

Table 8.4 shows the general-purpose character types available in PostgreSQL. @@ -139,4 +139,4 @@ SELECT b, char_length(b) FROM test2; only uses one byte of storage, and therefore can store only a single ASCII character. It is used in the system catalogs as a simplistic enumeration type. -

Table 8.5. Special Character Types

NameStorage SizeDescription
"char"1 bytesingle-byte internal type
name64 bytesinternal type for object names

\ No newline at end of file +

Table 8.5. Special Character Types

NameStorage SizeDescription
"char"1 bytesingle-byte internal type
name64 bytesinternal type for object names

\ No newline at end of file -- cgit v1.2.3