Search Postgresql Archives

Re: Regarding varchar max length in postgres

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Mon, Oct 15, 2018 at 2:35 PM Durgamahesh Manne <maheshpostgres9@xxxxxxxxx> wrote:


On Mon, Oct 15, 2018 at 2:32 PM Durgamahesh Manne <maheshpostgres9@xxxxxxxxx> wrote:


On Fri, Oct 5, 2018 at 8:55 PM Adrian Klaver <adrian.klaver@xxxxxxxxxxx> 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@xxxxxxxxxxx

 Hi 

Thank you for this information

      ((((as per the postgresql documentation 

 If character varying is used without length specifier, the type accepts strings of any size 

but varchar does not accept more than this ))))

as per the postgresql documentation   please ignore incomplete above message i mailed to respected community members 

 If character varying is used without length specifier, the type accepts strings of any size 

but 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 

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux