![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It seems that many of the index names are being truncated 31 characters and this cascades to other errors. |
#3
| |||
| |||
|
|
Andrew Kelly <akelly (AT) transparency (DOT) org> writes: It seems that many of the index names are being truncated 31 characters and this cascades to other errors. 31 was the standard name length limit in PG 7.2. If you see longer names in a dump from a 7.2 server, then that server is *not* standard but was built with a custom value of NAMEDATALEN. You will need to build yours likewise. I would recommend holding a gun to someone's head till they tell you what other nonstandard build options were used, too ;-) regards, tom lane |
#4
| |||
| |||
|
|
Can I pass the value for NAMEDATALEN to the configure sript (or use a spec file in an rpm build from src), or do I have to make the change in postgres_ext.h? |
#5
| |||
| |||
|
|
Can I pass the value for NAMEDATALEN to the configure sript (or use a spec file in an rpm build from src), or do I have to make the change in postgres_ext.h? |
#6
| |||
| |||
|
|
Can I pass the value for NAMEDATALEN to the configure sript (or use a spec file in an rpm build from src), or do I have to make the change in postgres_ext.h? For what it's worth, a configurable option has been proposed before, but rejected for client reasons. You probably have to compile yourself, I doubt there is a rpm option. http://archives.postgresql.org/pgsql...5/msg00137.php |
#7
| |||
| |||
|
|
By the way, what's the value of NAMEDATALEN in the current release? |
![]() |
| Thread Tools | |
| Display Modes | |
| |