pgAdmin III commit: Use pg_tablespace_location() instead of spclocation

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use pg_tablespace_location() instead of spclocation
Date: 2011-12-07 10:00:36
Message-ID: E1RYEIm-000522-4s@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use pg_tablespace_location() instead of spclocation on PostgreSQL 9.2+

The field was replaced with a function giving the same result.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b80b851a35fdd090b0d5fe9ed43d5563a4f8bd3d

Modified Files
--------------
pgadmin/schema/pgTablespace.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-08 22:02:05 pgAdmin website commit: Announcing 1.14.1...
Previous Message Dave Page 2011-12-06 18:17:02 Re: Building pgagent on Linux