Re: [HACKERS] row name length

2001-04-23 Thread Adam Rose
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

Re: [HACKERS] row name length

2001-04-23 Thread Adam Rose
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

Re: [HACKERS] row name length

2001-04-23 Thread Peter Eisentraut
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

[HACKERS] row name length

2001-04-23 Thread Adam Rose
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