I have a problem creating a view
CREATE MATERIALIZED VIEW table_name
You're giving this error:
ERROR: syntax error at or near "MATERIALIZED" LINE 1: CREATE MATERIALIZED VIEW sige.view_geral_lote AS ^ ********** Error
ERROR: syntax error at or near "MATERIALIZED" SQL state: 42601 Character: 8
When I try to create this view but I do not know the reason for the error, could you help me?