Fixed chars

Поиск
Список
Период
Сортировка
От Enrico Pirozzi
Тема Fixed chars
Дата
Msg-id 94af194d-9614-781d-9458-dfda05c86449@nbsgroup.it
обсуждение исходный текст
Ответы Re: Fixed chars
Список pgsql-general
Hi , I've seen this strange thing.

sitedb=# create table test_tb(codice char(7));
CREATE TABLE
sitedb=# insert into test_tb values('pippo');
INSERT 0 1
sitedb=# select codice || 'a'::char(1),length(codice) from test_tb
  ?column? | length
----------+--------
  pippoa   |      5
(1 row)


On the official documentation

|character(/|n|/)|,|char(/|n|/)|     fixed-length, blank padded

https://www.postgresql.org/docs/10/static/datatype-character.html


Can anyone help me?

Enrico

-- 
Enrico Pirozzi
NBS Group S.r.l.
via Val Tiberina 23/A
63074, San Benedetto del Tronto (AP)
Tel. 0735-7626201



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

Предыдущее
От: Alessandro Aste
Дата:
Сообщение: Re: Postgresql 10.3 , query never completes if LIMIT clause isspecified and paralle processing is on
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Fixed chars