Tenho uma tabela PostgreSQL com estes campos:
F1
:time without time zone
F2
:time without time zone
Então adicionei um campo calde
como "timerange" ( tsrange
).
Preciso atualizar a tabela e definir F1 e F2 como a tsrange
, mas recebo:
update Table1 set timerange=[F1,F2]
ERROR: syntax error at or near "["