Re: oid in a where - Mailing list pgsql-hackers

From Robert Haas
Subject Re: oid in a where
Date
Msg-id 603c8f070904170924m2383bd81oa71e4cf8df89c482@mail.gmail.com
Whole thread Raw
In response to oid in a where  (Alberto J. Castiñeira P. <ajcastineira@gmail.com>)
List 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 by date:

Previous
From: Alberto J. Castiñeira P.
Date:
Subject: oid in a where
Next
From: David Fetter
Date:
Subject: Re: Replacing plpgsql's lexer