| От | Thomas Kellerer |
|---|---|
| Тема | Re: Large Objects |
| Дата | |
| Msg-id | nt8tpv$bp$1@blaine.gmane.org обсуждение исходный текст |
| Ответ на | Re: Large Objects (Jürgen Purtz <juergen@purtz.de>) |
| Список | pgsql-sql |
Jürgen Purtz schrieb am 07.10.2016 um 21:31: > - Types a) and b) are named identical in the standard and in Postgres > (CHAR/VARCHAR). Data type c) is named CLOB in the standard and TEXT > in Postgres. >Why this different wording, if there is no real > difference between the terms? I guess because of historical reasons. But if you need CLOB, then just define it: create domain clob as text; create table foo (id integer, c1 clob); Although I do agree that it would make sense to create CLOB as an alias for text and BLOB an alias for bytea.
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера