Re: Selecting a constant question - Mailing list pgsql-hackers

From Kris Jurka
Subject Re: Selecting a constant question
Date
Msg-id Pine.BSO.4.64.0706112002130.18674@leary.csoft.net
Whole thread Raw
In response to Re: Selecting a constant question  ("Larry McGhaw" <lmcghaw@connx.com>)
Responses Re: Selecting a constant question  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers

On Mon, 11 Jun 2007, Larry McGhaw wrote:

> I think perhaps we have lost sight of the main issue:
>
> 2) libpq can properly describe the maximum internal data size of any
> varchar column via Pqfmod

SELECT cola || colb FROM tab;

> 3) libpq can properly describe the maximum internal data size of any
> numeric constant in a SQL statement via Pqfsize

SELECT 3::numeric;

Kris Jurka



pgsql-hackers by date:

Previous
From: "Larry McGhaw"
Date:
Subject: Re: Selecting a constant question
Next
From: "Dann Corbit"
Date:
Subject: Re: Selecting a constant question