[Dbix-class] Help me understand and fix this Postgresql bytea
error?
Chris Jackson
chrisj at shadowcatsystems.co.uk
Wed Jan 2 14:43:31 GMT 2008
Jess Robinson wrote:
> OTOH I can't see from
> http://www.postgresql.org/docs/8.2/interactive/datatype.html which types
> want (size) args, and which don't.. Anyone got a doc that will tell me?
If you look at the page for the specific type, it will contain (n) after the
type if it does take a size parameter and not if it doesn't. In this case,
bytea does not take a size.
http://www.postgresql.org/docs/8.2/static/datatype-binary.html
--
Chris Jackson
Shadowcat Systems Ltd.
More information about the DBIx-Class
mailing list