Re: Large text fields in the database
От | Tom Lane |
---|---|
Тема | Re: Large text fields in the database |
Дата | |
Msg-id | 28285.1010954620@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Large text fields in the database ("Aleksandar Radulovic" <alex@juventus.is>) |
Список | pgsql-docs |
"Aleksandar Radulovic" <alex@juventus.is> writes: > I am using the RPM packaged postgreSQL server 7.1.3 which is > shipped with RH 7.2. > The problem I have is the size of text fields. Although in Documentation > it clearly says that the DB supports text fields larger than 8Kb, I am > unable to insert or update fields (and tables for that matter) with data > larger than 8Kb. > Whenever I try to do that, I get unresolved symbol SPI_lastoid in > plpgsql.so It's quite improbable that the latter has anything directly to do with the former. However, the latter does seems to suggest a version mismatch problem --- specifically, a 7.1 plpgsql.so and an older postgres backend. So I will suggest that your real problem is you have not updated all components of your PG installation to 7.1. Try "rpm -qa | grep postgres" and see if anything's out of sync. regards, tom lane
В списке pgsql-docs по дате отправления: