Re: How to obtain the max length of a varchar(50) field. - Mailing list pgsql-novice

From Mauro Ziliani
Subject Re: How to obtain the max length of a varchar(50) field.
Date
Msg-id 4DC2775E.2070402@faresoftware.it
Whole thread Raw
In response to Re: How to obtain the max length of a varchar(50) field.  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-novice
On 05/05/2011 11:03, Simon Riggs wrote:
> On Thu, May 5, 2011 at 9:50 AM, Mauro Ziliani<mauro@faresoftware.it>  wrote:
>> Hi all.
>> I'm working with Postgres 9.0 and wxWidgets.
>> I need to query the db about a field of a table.
>>
>> The table T has a field varchar(50).
>>
>> table: TAB0
>> customer: varchar(50)
>>
>> How can I get the max size of the field?
>>
>> The PQfsize function give me -1 because the field has dynamic size.
>>
>> Can you help me?
> Try PQfmod()
>
Ok I'll try it. Reading I skip this function.
Thank you.

MZ

pgsql-novice by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: How to obtain the max length of a varchar(50) field.
Next
From: Mauro Ziliani
Date:
Subject: Re: How to obtain the max length of a varchar(50) field.