Re: oid in a where

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: oid in a where
Дата
Msg-id 603c8f070904170924m2383bd81oa71e4cf8df89c482@mail.gmail.com
обсуждение исходный текст
Ответ на oid in a where  (Alberto J. Castiñeira P. <ajcastineira@gmail.com>)
Список pgsql-hackers
This question is not appropriate for pgsql-hackers.  You might try
pgsql-general or pgsql-novice.

Anyhow, it's just:

SELECT * FROM pg_class WHERE oid = 1247;

...Robert

2009/4/17 Alberto J. Castiñeira P. <ajcastineira@gmail.com>:
> Hi.
> I'll like to know how to use the "oid" in a where clause expressing the
> value in form of string or number.
> many thanks.
>
> --
> atte: Alberto J. Castiñeira P.
>                  AJCP
>


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

Предыдущее
От: Alberto J. Castiñeira P.
Дата:
Сообщение: oid in a where
Следующее
От: David Fetter
Дата:
Сообщение: Re: Replacing plpgsql's lexer