9.2 fix: spclocation is gone - Mailing list pgadmin-hackers

From Heikki Linnakangas
Subject 9.2 fix: spclocation is gone
Date
Msg-id 4F9053CE.2040207@enterprisedb.com
Whole thread Raw
Responses Re: 9.2 fix: spclocation is gone
List 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

pgadmin-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pldebugger targetinfo file missing
Next
From: Guillaume Lelarge
Date:
Subject: Re: 9.2 fix: spclocation is gone