Re: maximum varchar length

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: maximum varchar length
Date: 2005-02-25 16:24:01
Message-ID: 5.2.1.1.0.20050225112321.04ff5100@pop6.sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

At 10:53 AM 2/25/05, Raul Secan wrote:
>Does anyone know how many characters can support the VARCHAR type in
>PostgreSQL?

The answer is in the documentation:
http://www.postgresql.org/docs/8.0/static/datatype-character.html

the longest possible character string that can be stored is about 1 GB.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message enzo venegas palacios 2005-02-25 21:22:38 Re: maximum varchar length
Previous Message Raul Secan 2005-02-25 15:53:34 maximum varchar length