Re: Large Objects - Mailing list pgsql-sql

From Thomas Kellerer
Subject Re: Large Objects
Date
Msg-id nt7iij$sac$1@blaine.gmane.org
Whole thread Raw
In response to Large Objects  (Jürgen Purtz <juergen@purtz.de>)
List pgsql-sql
> a) What is the distinction between our data type TEXT and the SQL:2011 data type CLOB which we do not support
(T041)?

I'd say there is no difference. 
> b) Is there a distinction between the two Postgres data types TEXT and "CHARACTER VARYING without specifying a
length"
 
> or are they only synonym terms without different functionalities and capabilities?

No there is no difference.

Quote from the manual [1]

> Tip: There is no performance difference among these three types, 
> apart from increased storage space when using the blank-padded type

Thomas


[1] https://www.postgresql.org/docs/current/static/datatype-character.html




pgsql-sql by date:

Previous
From: Jürgen Purtz
Date:
Subject: Large Objects
Next
From: Pavel Stehule
Date:
Subject: Re: Large Objects