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

What is the Windows / Linux Filesystem limits ?

 Windows / Linux  Filesystem limits Windows: use NTFS for OS / general-purpose / broad compatibility ; use ReFS for large data volumes, H...