Re: [INTERFACES] pgaccess: I can't save a view

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [INTERFACES] pgaccess: I can't save a view
Дата
Msg-id 350A76DA.5F7A9B0A@flex.ro
обсуждение исходный текст
Ответ на Re: pgaccess: I can't save a view  (sferac@bo.nettuno.it)
Список pgsql-interfaces
sferac@bo.nettuno.it wrote:
>
> There's an error generated by parser when I try to save a view as:
>
>           SELECT * FROM table_name WHERE column_name = 'VALUE'
>
> If I push <Save query definition> button I have this error message:
>
>            -----------------------------------------------
>                         error defining view
>              ERROR: parser: parse error at or near 'VALUE'
>            -----------------------------------------------

It is true.

A simple bug that has not been detected since now.
A new version that fixed that bug is available

http://www.flex.ro/pgaccess/pgaccess-0.84.tar.gz
ftp://ftp.flex.ro/pgaccess/pgaccess-0.84.tar.gz

In this distribution is also present a dumped database for demo called
formdemo.sql.
Create your own demo database :
$ createdb mydemo
$ psql -e mydemo <formdemo.sql

There is a query of that form that can be saved as a view, now.
Remember, since the view is a PostgreSQL object, it's name *MUST* have
no spaces inside.


Jose, thanks for your help,

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

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

Предыдущее
От: "Stephan B. Doliov"
Дата:
Сообщение: Re: [QUESTIONS] postgresql-6.3 and jdbc - grief
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] Re: [QUESTIONS] postgresql-6.3 and jdbc -i not the problem