Re: [HACKERS] attlen weirdness? - Mailing list pgsql-hackers

From Julia A.Case
Subject Re: [HACKERS] attlen weirdness?
Date
Msg-id 19980311101605.36729@MageNet.com
Whole thread Raw
In response to Re: [HACKERS] attlen weirdness?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] attlen weirdness?
List pgsql-hackers
Quoting Bruce Momjian (maillist@candle.pha.pa.us):
> I assume you are asking of attlen for char() and varchar() have the max
> length.  The answer is now NO.  They are varlena structures like text,
> and so have a attlen of -1.  Atttypmod for that pg_attribute row now has
> the defined length.
>

    Even for a char(4) field?  ok, if attlen doesn't give the
length of a field, how do I find it?

Julie

--
[  Julia Anne Case  ] [        Ships are safe inside the harbor,       ]
[Programmer at large] [      but is that what ships are really for.    ]
[   Admining Linux  ] [           To thine own self be true.           ]
[ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: indexing words slow
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] attlen weirdness?