Wednesday, January 15, 2025

How to set autocommit off in postgreSQL ?

 


postgres=# \set AUTOCOMMIT off

postgres=#

postgres=# \echo :AUTOCOMMIT

off

postgres=#


No comments:

Post a Comment

How to install package gTTS in python ?

  anurag@Anurags-MacBook-Air ~ % python3 -m pip show gTTS WARNING: Package(s) not found: gTTS anurag@Anurags-MacBook-Air ~ %   anurag@Anurag...