Markus Schiltknecht <markus(at)bluegap(dot)ch> writes:
> Tom Lane wrote:
>> Hm, that's an interesting point. psql's -c just shoves its whole
>> argument string at the backend in one PQexec(), instead of dividing
>> at semicolons as psql does with normal input.
> Is there a good reason to not let psql -c behave exactly like psql from
> STDIN?
Backwards compatibility, mostly --- there seems to be a considerable
risk of subtly breaking people's scripts if we change the transactional
boundaries for psql -c commands.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Simon Riggs | Date: 2007-01-04 16:51:50 |
| Subject: Re: [HACKERS] wal_checksum = on (default) | off |
| Previous: | From: Tom Lane | Date: 2007-01-04 16:42:33 |
| Subject: Re: Odd numeric->float4/8 casting behaviour |