From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Timtohy <treaves(at)silverfields(dot)com> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: query length |
Date: | 2003-02-19 02:56:03 |
Message-ID: | 200302190256.h1J2u3829478@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Unlimited. You will run out of memory first.
---------------------------------------------------------------------------
Timtohy wrote:
> I've searched for an answer to this, and just can't seem to find it.
> What is the maximum length of a query passed in via the c interface? I
> found reference to the effect that via ODBC there is no limit, but didn't
> know if it broke up really long statements.
>
> Also, I don't mean individual select statements, but any sql query
> statement, which could be several commands joined with a semi colon.
>
> Thanks!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-02-19 05:27:38 | Another trip |
Previous Message | Neil Conway | 2003-02-19 02:55:48 | Re: pg and chroot (performance) |