Re: [pgadmin-support] Server Instrumentation

2013-06-18 Thread Brett Maton
Of carlosinfl . Sent: 18 June 2013 16:15 To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Server Instrumentation On Tue, Jun 18, 2013 at 1:13 AM, Brett Maton wrote: > Hi Carlos, > > I'm guessing you want the "adminpack" for use with pgadmin. >

Re: [pgadmin-support] Server Instrumentation

2013-06-17 Thread Brett Maton
Hi Carlos, I'm guessing you want the "adminpack" for use with pgadmin. It's usually bundled in the postgresql92-contrib RPM with EL distros. As root install the package # yum install postgresql92-contrib As postgres $ psql postgres=# CREATE EXTENSION adminpack; CREATE EXTENSION You can list

Re: [pgadmin-support] Why is pgadmin so slow to display data on a Mac?

2013-04-18 Thread Brett Maton
Which version are you running? I use pgAdmin3 v. 1.16.1 on an Air with 4Gb of RAM, OS X 10.7.5 and it works just fine without any noticeable lag. From: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] On Behalf Of Tim Uckun Sent: 19 April 2013 01:36 To

[pgadmin-support] Password Expiry

2013-04-10 Thread Brett Maton
pgAdmin v 1.16.1 Windows 7 x64 PostgreSQL v9.4.2 CentOS 6.4 pgAdmin by default when editing a user's account settings seems to set Account Validity to '1969-12-31 00:00:00+01' if the role is defined as valid until infinity. This results in the user not being able to

Re: [pgadmin-hackers] pgMigrate

2002-01-14 Thread Brett Maton
Hi Dave, Your absolutly right that the syntax is likely to be incompatible, but you can get the select statement from the DB some how, I down loaded ADO Query Tool from this guys site todo on the fly SQL with the Access DB and it manages to get the SQL statements from views http://gpoul

Re: [pgadmin-hackers] pgMigrate

2002-01-14 Thread Brett Maton
Hi Dave, Thanks for that date fix, I noticed that 'Query Tables' are migrated as Tables. They should be migrated as 'Views', otherwise the data in them will just be static. I have been trying to find find out how to get the query used to create the view ( '\d' command in plsql or describe i