Cannot insert into view without an appropriate rule (#7)

Поиск
Список
Период
Сортировка
От Makauskas Vidas
Тема Cannot insert into view without an appropriate rule (#7)
Дата
Msg-id MKEPLGGGIHJHKDJLKIPAIEMFCAAA.vidas@lindra.lt
обсуждение исходный текст
Список pgsql-odbc
Hi,
It's convenient (search, filters, sorting...) to do local forms over ODBC
with linked tables in access. But exits incompatibility with date types:
int8, date, time in postgres with access. I've make an attemp link tables
via views with data conversation and do INSERT into table through CREATE
VIEW view_table AS SELECT Fdate::timestamp, Fint8::int4 FROM table; and get
error 'Cannot insert into view without an appropriate rule (#7)'.
May I ask such question without myself additional atemptions, because it's
my first step into postgres, is it mistaken way to solve problem mentioned
above. Or it's posible to solve problem via rules...
Best regards,
Vidas


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Nick Gorham
Дата:
Сообщение: Re: unixODBC, PostgreSQL 7.3 + ODBC V3 drivers?
Следующее
От: "Support"
Дата:
Сообщение: problem on treatment when add a duplicate primary key