Re: max length of sql select statement ? - Mailing list pgsql-sql

From Rod Taylor
Subject Re: max length of sql select statement ?
Date
Msg-id 1057594852.46100.11.camel@jester
Whole thread Raw
In response to Re: max length of sql select statement ?  (markus brosch <brosch@gmx.de>)
Responses Re: max length of sql select statement ?  (markus brosch <brosch@gmx.de>)
List pgsql-sql
> Could be a solution?!
> The question is - how long could the IN be?

I'm not sure about IN specifically, but I know you can do:

SELECT * FROM table WHERE col = '<1GB long file>';

It tends not to be friendly for Ram though :)

pgsql-sql by date:

Previous
From:
Date:
Subject: Re: max length of sql select statement ?
Next
From: markus brosch
Date:
Subject: Re: max length of sql select statement ?