Tsirkin Evgeny <tsurkin(at)mail(dot)jct(dot)ac(dot)il> writes:
> I am using 7.3.4
> while executing psql -c the query is not commited
> that is probably because i have setted the autocommit = false
> However that is very unheandy - i have to add begin and
> commit to my shell scripts.
You have found one of the reasons we decided server-side autocommit was
evil ...
> Is there a way to avoid this ?
Use 7.4. Note that autocommit is a psql feature not a server setting
in 7.4.
regards, tom lane