Re: Series of 10 questions about the use of postgresql, generally.

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: Series of 10 questions about the use of postgresql, generally.
Дата
Msg-id e354257a-f708-182a-09fb-0623e081f614@archidevsys.co.nz
обсуждение исходный текст
Ответ на Series of 10 questions about the use of postgresql, generally.  (A Z <poweruserm@live.com.au>)
Список pgsql-general
On 6/08/21 4:45 pm, A Z wrote:
> I have been going through the free online book LEARNING postgresql 
> book, that has been compiled by Stack Overflow contributors. I have 
> gotten to the point where I have the following series of unanswered 
> questions:
[...]
>
>  9. What does the VARYING keyword do to an applicable type in a create
>     table statement? CHARACTER VARYING becomes entirely equivalent to
>     VARCHAR. Static, limited types become more dynamic and are unlimited.
>
I would suggest that you consider using the type 'text' instead.

see:  https://www.postgresql.org/docs/13/datatype-character.html


[...]





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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: PostgreSQL reference coffee mug
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Series of 10 questions about the use of postgresql, generally.