Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

IN question



Hi,

I wasn't able to find an answer after googling.  What is the maximum
limit to the number of elements allowed in an IN list in PostgreSQL
8.1?

SELECT foo FROM bar WHERE fizz IN (0, 1, 2, 3...<max?>);

The results I found suggest the limit is based on available memory but
I didn't find anything definitive.

Thanks,

Eric.



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group