Re: command length?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: stev knowles <stev(at)Precision(dot)Guesswork(dot)COM>, Postgresql Novice List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: command length?
Date: 2002-06-27 23:01:08
Message-ID: 200206271601.08162.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Stev,

> is there a limit to how long a *line* can be in a command? i understand
> that a command can continue across several lines, but is there a limit to
> the length of a line?

No, there is no limit. Well, maybe 32,565 characters, but not less than that.

However, if you are talking about PSQL, your terminal application (such as
xterm or cygwin) may have a limit to the length of a line.

--
-Josh Berkus

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-06-28 03:55:49 Re: NFS/NAS
Previous Message Josh Berkus 2002-06-27 22:58:00 Re: select 2 random rows