Greg Stark <[email protected]> [2009-08-23 03:40]: > 2009/8/22 Radoslaw Zielinski <[email protected]>: >> bug=# select length(opis_szczeg) from promocje where id = 4300; >> ERROR: missing chunk number 0 for toast value 120741 in pg_toast_29644 > Sorry, what datatype is this again? And what encoding?
text, UTF-8 (locale C).
> Perhaps I should have said octet_length() instead of length().
bug=# select octet_length(opis_szczeg) from promocje where id = 4300;
octet_length
--------------
3081
(1 row)
--
Radosław Zieliński <[email protected]>
pgpZe6Sua5hAm.pgp
Description: PGP signature
