Re: Problems With VIEWS

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Problems With VIEWS
Дата
Msg-id 826016.26252.qm@web31809.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Problems With VIEWS  ("Jeanna Geier" <jgeier@apt-cafm.com>)
Ответы Re: Problems With VIEWS  ("Jeanna Geier" <jgeier@apt-cafm.com>)
Список pgsql-general
> I get an error: "Cannot insert into a view."  I
> haven't even viewed it, much less attempted to insert into it; and let's say
> I could get into it, is there anything wrong with my ON INSERT RULE that
> would throw this error?  Because on several of my other views, I can get
> into them, but not insert into them when it appears that my ON INSERT
> statements are correct.

Turn on Statement logging in you postgresql.conf file.  Try and insert and after it fails examine
the insert statement and notice the error message.
REgards,
Richard Broersma Jr.

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

Предыдущее
От: Walter Vaughan
Дата:
Сообщение: Re: Trying to load MySQL data
Следующее
От: "Jeanna Geier"
Дата:
Сообщение: Re: Problems With VIEWS