9.2 fix: spclocation is gone

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: 9.2 fix: spclocation is gone
Date: 2012-04-19 18:05:02
Message-ID: 4F9053CE.2040207@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

pg_tablespace.spclocation column is gone in PostgreSQL 9.2. It's been
replaced by pg_tablespace_location(oid) function. Attached is a patch to
fix a query used by pgAdmin accordingly.

(this started to get on my nerve, as the query is executed every time
you connect to a database..)

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
fix-spclocation-query.patch text/x-diff 900 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-04-19 20:36:58 Re: 9.2 fix: spclocation is gone
Previous Message Heikki Linnakangas 2012-04-19 12:25:18 Re: pldebugger targetinfo file missing