IN limit

From: Said Ramirez <sramirez(at)vonage(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: IN limit
Date: 2008-12-10 18:08:20
Message-ID: 49400594.9030903@vonage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a limit to the number of entries I can pass in an IN clause as
part of a SELECT statement? As in
SELECT baz FROM foo where id in ( 1, 2,... ) ;
Thanks,
-Said

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2008-12-10 18:18:00 Re: Ubuntu for servers (was TurnKey PostgreSQL)
Previous Message Tom Lane 2008-12-10 17:34:16 Re: c function - undefined symbols