default post for postgres code example Example: postgres set default value Click to copyALTER TABLE ONLY users ALTER COLUMN lang SET DEFAULT 'en_GB';