I started writing this after struggling and Googling for hours and not
getting anywhere. I'm running EnterpriseDB 9.1.2.2 64-bit on Windows 7
64-bit. I installed pgAdmin separately, version 1.14.1. The database
appears to be working fine. pgAgent was automatically installed and the
service s
I've found what appears to be a bug in the way pgAdmin III executes pgScript,
which can cause it to run scripts on the wrong database. I couldn't find any
records of the bug in your Trac site, so I'm reporting it here.
Here's how to reproduce. In this example, assume I have two databases called
On Tue, 2012-02-28 at 17:04 -0500, James B. Byrne wrote:
> CentOS-6.2
> PostgreSQL-9.1.2
> PGAdmin3-1.14.2
>
> All installed via yum from repo at postgresql.org.
>
> I previously sent this report to the pg users list:
>
> First:
> When viewing the properties of the plpgsql extension the
> sql pa
CentOS-6.2
PostgreSQL-9.1.2
PGAdmin3-1.14.2
All installed via yum from repo at postgresql.org.
I previously sent this report to the pg users list:
First:
When viewing the properties of the plpgsql extension the
sql pane of the properties window of PGAdmin incorrectly
gives the command ALTER EXT
2012/2/28 Guillaume Lelarge
> On Tue, 2012-02-28 at 09:22 +0100, Bartosz Dmytrak wrote:
> > Hi,
> > I would like to see who is member of selected role, somewhere in group
> role
> > form. Hope this will help to administrate multiuser environments.
> >
> > This feature is covered by query:
> > SEL
On 02/28/2012 10:28 AM, Guillaume Lelarge wrote:
On Thu, 2012-02-23 at 13:41 -0500, Colin Beckingham wrote:
Using OpenSUSE 12.1, pgadmin3 1.15 Dev (updated today)
In the query builder, open the SQL editor.
1 - attempt to adjust the height of the editor panel. Cursor changes
shape, and drag an
On Thu, 2012-02-23 at 13:41 -0500, Colin Beckingham wrote:
> Using OpenSUSE 12.1, pgadmin3 1.15 Dev (updated today)
>
> In the query builder, open the SQL editor.
> 1 - attempt to adjust the height of the editor panel. Cursor changes
> shape, and drag and drop allows the panel to resize, but does
On Tue, 2012-02-28 at 09:22 +0100, Bartosz Dmytrak wrote:
> Hi,
> I would like to see who is member of selected role, somewhere in group role
> form. Hope this will help to administrate multiuser environments.
>
> This feature is covered by query:
> SELECT p.rolname, m.rolname as member, g.rolname
On Tue, 2012-02-28 at 12:49 +0100, Bartosz Dmytrak wrote:
> Hi,
> works after renaming. File in different email.
>
Thank you. I've found your issue. We didn't deal well with empty strings
in the queries history file. It's now fixed in git.
Thanks again.
--
Guillaume
http://blog.guillaume.lela
Hi,
works after renaming. File in different email.
Regards,
Bartek
2012/2/28 Guillaume Lelarge
> On Tue, 2012-02-28 at 10:10 +0100, Bartosz Dmytrak wrote:
> > hi,
> > I've tried to open SQL query tool using SQL button to see table
> definition
> > (Copy SQL from main window to query tool = TRU
On Tue, 2012-02-28 at 10:10 +0100, Bartosz Dmytrak wrote:
> hi,
> I've tried to open SQL query tool using SQL button to see table definition
> (Copy SQL from main window to query tool = TRUE) , but pgAdmin does not
> reply.
> Using other instance of pgAdmin on server side, I can see new process is
Work like a charm! Thanks.
B.
> Subject: Re: [pgadmin-support] pg_dump.exe - quotation marks in schema names
> From: guilla...@lelarge.info
> To: sbre...@hotmail.com
> CC: pgadmin-support@postgresql.org
> Date: Mon, 27 Feb 2012 22:23:03 +0100
>
> On Mon, 2012-02-27 at 16:22 +, sbre...@hotm
hi,
I've tried to open SQL query tool using SQL button to see table definition
(Copy SQL from main window to query tool = TRUE) , but pgAdmin does not
reply.
Using other instance of pgAdmin on server side, I can see new process is
started for Query Tool (status ) in server status window.
agAdmin l
Hi,
I would like to see who is member of selected role, somewhere in group role
form. Hope this will help to administrate multiuser environments.
This feature is covered by query:
SELECT p.rolname, m.rolname as member, g.rolname as grantor
FROM pg_authid p
INNER JOIN pg_auth_members am ON (p.oid
14 matches
Mail list logo