Example of Management Statements in PSQL
create or alter trigger on_connect on connect
as
begin
set bind of decfloat to double precision;
set time zone 'America/Sao_Paulo';
end
Caution
|
Although useful as a workaround, using |