Re: Databas has no Object Identifier Types & Functions

From: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
To: Rebecca Clarke <r(dot)clarke83(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Databas has no Object Identifier Types & Functions
Date: 2012-09-04 10:41:32
Message-ID: CABOikdMXvZtNNOk3ehrn7YhC4vKocuEZok+V8ESVUJQ3Pb7y8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 4, 2012 at 3:58 PM, Rebecca Clarke <r(dot)clarke83(at)gmail(dot)com> wrote:

> Hi there,
>
> I'm running postgresql 8.4 on a debian system. I have a database that has
> no object identifier types and functions in the pg_catalog,
> e.g. regclass, regclassout.
>
>
Are you sure you don't have them ? I thought regclass is quite old, but I
may be wrong. What does the following query returns ?

SELECT * FROM pg_type WHERE typname = 'regclass';

Thanks,
Pavan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rebecca Clarke 2012-09-04 11:57:09 Re: Databas has no Object Identifier Types & Functions
Previous Message Rebecca Clarke 2012-09-04 10:28:31 Databas has no Object Identifier Types & Functions