On Nov 10, 5:00 pm, dp...@pgadmin.org (Dave Page) wrote:
> On Wed, Nov 10, 2010 at 5:16 PM, Kevin Field
> wrote:
> > LOAD '$libdir/plugins/plugin_debugger.dll';
> > show shared_preload_libraries;
>
> > ...returns a blank row. The DLL is present, and if I cha
Never mind, I had been selecting non-plpgsql functions. :#
Sorry about that. Thanks for your time and patience.
Kev
--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support
Hi folks,
I had the debugger working in pgAdminIII at one point, some time
before upgrading to 9.0, but as of right now I can't seem to get it
working using the usual steps. I believe it may have something to do
with the DLL not loading correctly, because the following query:
LOAD '$libdir/plugin
On Aug 11, 11:05 am, Kevin Field wrote:
> This is a continuation
> ofhttp://groups.google.com/group/pgsql.interfaces.pgadmin.support/brows...
>
> (just after a certain amount of time Google groups doesn't let you
> reply to a thread anymore.)
>
> ---
This is a continuation of
http://groups.google.com/group/pgsql.interfaces.pgadmin.support/browse_thread/thread/4b919debf3362670/ee431c94c2c9299?q=#0ee431c94c2c9299
(just after a certain amount of time Google groups doesn't let you
reply to a thread anymore.)
So on the latest
On May 12, 10:09 am, dp...@pgadmin.org (Dave Page) wrote:
> On Tue, May 12, 2009 at 2:33 PM, Kevin Field
> wrote:
> > Hi,
>
> > Over terminal services, I can consistently reproduce this, that I
> > cannot paste into a query editor window from another program (TextPa
Hi,
Over terminal services, I can consistently reproduce this, that I
cannot paste into a query editor window from another program (TextPad
in this case, so it's plain text), but I can on beta2. However, if I
copy from text in the query editor window, it lets me paste, and it's
using the Windows
On Apr 22, 11:34 am, Kevin Field wrote:
> On Apr 22, 11:17 am, dp...@pgadmin.org (Dave Page) wrote:
>
> > On Wed, Apr 22, 2009 at 3:41 PM, Kevin Field
> > wrote:
> > > On Apr 21, 4:00 pm, dp...@pgadmin.org (Dave Page) wrote:
> > >> No, the Windows event
On Apr 22, 11:17 am, dp...@pgadmin.org (Dave Page) wrote:
> On Wed, Apr 22, 2009 at 3:41 PM, Kevin Field
> wrote:
> > On Apr 21, 4:00 pm, dp...@pgadmin.org (Dave Page) wrote:
> >> No, the Windows event log.
>
> > Aha: "Couldn't create the primary conn
On Apr 21, 4:00 pm, dp...@pgadmin.org (Dave Page) wrote:
> No, the Windows event log.
Aha: "Couldn't create the primary connection (attempt 10):
fe_sendauth: no password supplied" and nine other attempts, then
finally, "Stopping pgAgent: Couldn't establish the primary connection
with the database
On Apr 21, 3:57 am, dp...@pgadmin.org (Dave Page) wrote:
>
> What version did you get? Any messages in the event log?
3.0.0, am I too bleeding edge? What's the difference between 2.0.1
and 3.0.0?
If you mean the pgadmin logs, I have it on "errors only" and there was
nothing.
--
Sent via pgadmi
On Apr 20, 2:34 pm, Kevin Field wrote:
> On Apr 20, 2:28 pm, Kevin Field wrote:
>
>
>
> > On Apr 20, 12:05 pm, dp...@pgadmin.org (Dave Page) wrote:
>
> > > On Mon, Apr 20, 2009 at 4:32 PM, Kevin Field
> > > wrote:
> > > > In both postgresq
On Apr 20, 2:28 pm, Kevin Field wrote:
> On Apr 20, 12:05 pm, dp...@pgadmin.org (Dave Page) wrote:
>
> > On Mon, Apr 20, 2009 at 4:32 PM, Kevin Field
> > wrote:
> > > In both postgresql 8.4-beta1 and pgadmin3 1.10-beta2, I can't find a
> > > pgAgent exec
On Apr 20, 12:05 pm, dp...@pgadmin.org (Dave Page) wrote:
> On Mon, Apr 20, 2009 at 4:32 PM, Kevin Field
> wrote:
> > In both postgresql 8.4-beta1 and pgadmin3 1.10-beta2, I can't find a
> > pgAgent executable. Any clues?
>
> It's a seperate download
&
In both postgresql 8.4-beta1 and pgadmin3 1.10-beta2, I can't find a
pgAgent executable. Any clues?
--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support
> On Wed, Nov 5, 2008 at 5:14 AM, Ashesh D Vashi
> <[EMAIL PROTECTED]> wrote:
> > Hi Kev,
> >
> > I have tried to reproduce this case with the version 1.8.4, and as
> > you said
> > - i am getting the same issue.
> > But, when I tried to do the same thing with the latest source
> > (checked out
>
click and everything in between them. In pgAdmin instead it selects the
first row you click by itself, plus everything from the first row in the
entire grid through to the second row you clicked, inclusive.
Actually this isn't quite accurate, it happened to be true the few times
I tried becau
Hi,
I'm running 1.8.1 rev 6948 on Windows 2003 Standard.
If you go to an edit grid, click a row, and then shift-click another
row, the standard behaviour on Windows (and in Firefox on other
platforms, etc.) is to select the first row you click and second row you
click and everything in betwee
So this works fine in 1.6.3 (and psql), but in 1.8.0 beta's query window:
-- Executing query:
select now()
Total query runtime: 32 ms.
1 rows retrieved.
-- Executing query:
select now()::time
Total query runtime: 3766 ms.
1 rows retrieved.
-- Executing query:
select now()::time
Total query
Dave Page wrote:
Kevin Field wrote:
One other detail, after it worked I noticed that the ID returned was one
where there had been a gap in the sequence (i.e., we had entries 1-12
and 14-24, and the new row had id 13.) This may be because the existing
entries had been added with explicit id
Hi,
So I like the new hierarchy in 1.8.0, but it seems to be missing said
categories of database objects. Is it planned for them to come back? I
found I actually needed to use those two in particular yesterday and had
to go back and use 1.6.3.
Kev
---(end of broadc
I'm fairly confused by this...I have a table called 'contact' with a
serial id column, so it automatically has this constraint:
ALTER TABLE contact
ADD CONSTRAINT contact_pkey PRIMARY KEY(id);
Now, I tried several times in 1.8.0 to add the row just by typing new
data in the Edit Table window
Hi everyone,
This is probably a total noob question, but if I go into pgAdmin 1.4.3
and select one of my databases, I can go Tools->Backup, but in 1.6.0 the
option is greyed out. My server is still 8.1, not 8.2. Is that what's
preventing it?
Thanks,
Kev
---(end of
Hi everyone,
First off, very well done on pgAdmin. I'm migrating from MSDE and this
is a wonderful treat to use (as is PGSQL). These are just a few very
minor touch-ups to do with the help interface.
# The version of pgAdmin you are running.
1.4.2.
# The configure options used (if compiled f
24 matches
Mail list logo