Re: PostgreSQL error (new user)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joshua Ort <elevenpast@xxxxxxxxx> writes:
> I'm repeatedly getting the following error from
> dbDeveloper when trying to access my new 8.0.3
> database. 

> ERROR: operator does not exist: pg_namespace -> oid

You should probably be asking the dbDeveloper folk about that.
I can easily think of queries that would provoke it, eg

regression=# select pg_namespace->oid from pg_namespace;
ERROR:  operator does not exist: pg_namespace -> oid

but not any *valid* query that would provoke it.  I'm wondering if
some bit of dbDeveloper is confused between C code and SQL code
and is thinking that it should write pg_namespace->oid when
pg_namespace.oid is really the proper syntax ...

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux