Dear Pros,
Known that the Postgresql has limitation on the indexing.
And now, I need to make index on a column which 64000 characters in length.
Is there any method to change the limitation? or I need to do it in alternative way?
I have found someone said the changes of "NAMEDATALEN" in src/include/pg_config.h will work. But I can't find it in neither pg_config.h nor pg_config_manual.h
The version I'm using is 8.0.3
Thank very much.
Eric
Known that the Postgresql has limitation on the indexing.
And now, I need to make index on a column which 64000 characters in length.
Is there any method to change the limitation? or I need to do it in alternative way?
I have found someone said the changes of "NAMEDATALEN" in src/include/pg_config.h will work. But I can't find it in neither pg_config.h nor pg_config_manual.h
The version I'm using is 8.0.3
Thank very much.
Eric