Re: Large Objects

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Large Objects
Дата
Msg-id c93ecc97-a550-940f-0d26-e500db84aa7b@aklaver.com
обсуждение исходный текст
Ответ на Re: Large Objects  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Large Objects  (Jürgen Purtz <juergen@purtz.de>)
Список pgsql-sql
On 10/07/2016 12:25 AM, Pavel Stehule wrote:
> Hi
>
> 2016-10-07 9:10 GMT+02:00 Jürgen Purtz <juergen@purtz.de
> <mailto:juergen@purtz.de>>:
>
>     a) What is the distinction between our data type TEXT and the
>     SQL:2011 data type CLOB which we do not support (T041)?
>
>
> TEXT type is classic type - you can do any available operation directly
> there. You don't need special conversions.
>
>
>
>     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?
>
>
> TEXT and varchar are pretty same types - you cannot to set limit over
> TEXT type - only this is visible difference

See also:

https://www.postgresql.org/message-id/998.1474901921%40sss.pgh.pa.us

>
> Regards
>
> Pavel
>
>
>
>     Kind regards, Jürgen
>
>
>
>
>     --
>     Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org
>     <mailto:pgsql-sql@postgresql.org>)
>     To make changes to your subscription:
>     http://www.postgresql.org/mailpref/pgsql-sql
>     <http://www.postgresql.org/mailpref/pgsql-sql>
>
>


-- 
Adrian Klaver
adrian.klaver@aklaver.com



В списке pgsql-sql по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Large Objects
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: How to get the position of each record in a SELECT statement