Re: Regarding varchar max length in postgres
От | Durgamahesh Manne |
---|---|
Тема | Re: Regarding varchar max length in postgres |
Дата | |
Msg-id | CAJCZkoKPAeT7G9B0oqJ7pH=PEyeeS6bviDmUyMsjgsAtKdDw+g@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Regarding varchar max length in postgres (Durgamahesh Manne <maheshpostgres9@gmail.com>) |
Ответы |
Re: Regarding varchar max length in postgres
Re: Regarding varchar max length in postgres |
Список | pgsql-general |
On Mon, Oct 15, 2018 at 2:32 PM Durgamahesh Manne <maheshpostgres9@gmail.com> wrote:
On Fri, Oct 5, 2018 at 8:55 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:On 10/5/18 8:18 AM, Durgamahesh Manne wrote:
> Hi
>
> please let me know the max length of varchar & text in postgres
https://www.postgresql.org/docs/10/static/datatype-character.html
>
>
>
> Regards
>
> Durgamahesh Manne
--
Adrian Klaver
adrian.klaver@aklaver.comHiThank you for this informationas per the postgresql documentation please ignore incomplete message i mailed to respected community membersIfcharacter varying
is used without length specifier, the type accepts strings of any sizebut varchar does not accept more than this 10485760 value
create table test(id serial primary key, str varchar(10485761));
ERROR: length for type varchar cannot exceed 10485760
В списке pgsql-general по дате отправления: