Re: PgAdmin problem

Поиск
Список
Период
Сортировка
От s0lao@netscape.net (S. L.)
Тема Re: PgAdmin problem
Дата
Msg-id 4D1D1F9E.06B44767.00013D13@netscape.net
обсуждение исходный текст
Ответ на PgAdmin problem  ("Agrawal, Manish" <MAgrawal@coba.usf.edu>)
Список pgsql-cygwin
Agrawal,

[...]
>
>But though this view is available as an object in the pgsql database, I am
>unable to use it in an application. It also appears to be unavailable from
>psql.
>
>I have a link to a screenshot that shows what is happening. qMembers is the
>view, I can see it by using \d in psql but I cannot drop the view.
>
[...]

This problem should be solved by qoutting (e.g. use "qMembers" instead simply qMembers) where you cannot access the
object.And this can happen with any object -- usernames, tables. 
This is also documented -- see User's Guide / SQL Syntax / Identifiers and Key Words.

SLao

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

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

Предыдущее
От: "Yann.G"
Дата:
Сообщение: Re: What could be the cause?
Следующее
От: "Colin Mangiagalli"
Дата:
Сообщение: Where does PostgreSQL get the date/time from?