Just a question, where is NAMEDATALEN now in 7.1, I didn't see it in
postgres.h. If this is no longer used to change column name length, what
is? Your help is appreciated.
-
Adam Rose
---(end of broadcast)---
TIP 1: subscribe and unsubscribe com
Thanks for you help
On Mon, 23 Apr 2001, Peter Eisentraut wrote:
> Adam Rose writes:
>
> > I noticed in the documentation that row length is unlimited. I think I
> > took that to mean row name length is now unlimited. But, row
>
> You took that wrong...
>
> > name length still appears to be
Adam Rose writes:
> I noticed in the documentation that row length is unlimited. I think I
> took that to mean row name length is now unlimited. But, row
You took that wrong...
> name length still appears to be set to a static width. Do I still need to
> recompile postgres to get 64 characte
I noticed in the documentation that row length is unlimited. I think I
took that to mean row name length is now unlimited. But, row
name length still appears to be set to a static width. Do I still need to
recompile postgres to get 64 character row headers?
Postgres 7.1 RPMS
Redhat 6.2
Help