Here is the two-lines howto for PG 9.2 for Windows.
Uncomment and edit postgresql.conf:
shared_preload_libraries = '$libdir/plugin_debugger'
NB: in 9.2 the plugin_debugger.dll is not in the (non-existing)
$libdi/plugins folder.
Restart the server.
Run CREATE EXTENSION pldbgapi;
Cheers,
A.
Hi
Could someone provide a short howto about installing debugger for PostgreSQL
9.1 and 9.2?
Even a couple of lines would be very helpful.
I did not find pldbgapi.sql in the share/contrib folder and the
instructions that one finds online appear outdated.
Thanks in advance.
A.
--
View this m
On Mon, Aug 13, 2012 at 1:57 PM, Heikki Linnakangas
wrote:
> On 13.08.2012 15:22, Dave Page wrote:
>>
>> Heikki; please try forcing the delete, and let us know if it works OK.
>> I've CC'd Sachin and Ashesh who can drop the old branch from the
>> installer build machines for 8.x and 9.0/9.1.
>
>
>
On 13.08.2012 15:22, Dave Page wrote:
Heikki; please try forcing the delete, and let us know if it works OK.
I've CC'd Sachin and Ashesh who can drop the old branch from the
installer build machines for 8.x and 9.0/9.1.
Ah, I tried forcing the push, didn't help, I got "[remote rejected]
PRE_9_
On Mon, Aug 13, 2012 at 12:54 PM, Magnus Hagander wrote:
> On Mon, Aug 13, 2012 at 1:51 PM, Craig Ringer wrote:
>> On 08/13/2012 07:19 PM, Heikki Linnakangas wrote:
>>
>>>
>>> I tried to drop and recreate the branch, but the server would not let me
>>> push that change, as it's a non-fast-forward
On Mon, Aug 13, 2012 at 1:51 PM, Craig Ringer wrote:
> On 08/13/2012 07:19 PM, Heikki Linnakangas wrote:
>
>>
>> I tried to drop and recreate the branch, but the server would not let me
>> push that change, as it's a non-fast-forward update. Someone needs to
>> temporarily remove the check for tha
On 08/13/2012 07:19 PM, Heikki Linnakangas wrote:
I tried to drop and recreate the branch, but the server would not let
me push that change, as it's a non-fast-forward update. Someone needs
to temporarily remove the check for that from the git server - I don't
think I have access to do that.
On 13.08.2012 11:39, Dave Page wrote:
On Mon, Aug 13, 2012 at 9:20 AM, Heikki Linnakangas
wrote:
Ok. So, why is pldbgapi.control file not included? It's there in the
repository, and "make install" copies it to share/extension.
If it's there in the repo, then it shouldn't be. The PRE_9_2 b
On Mon, Aug 13, 2012 at 9:20 AM, Heikki Linnakangas
wrote:
>
>>> Ok. So, why is pldbgapi.control file not included? It's there in the
>>> repository, and "make install" copies it to share/extension.
>>
>>
>> If it's there in the repo, then it shouldn't be. The PRE_9_2 branch of
>> code is supposed
On 13.08.2012 10:42, Dave Page wrote:
On Mon, Aug 13, 2012 at 7:22 AM, Heikki Linnakangas
wrote:
On 09.08.2012 17:55, Dave Page wrote:
On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas
wrote:
Ok, I see. I just downloaded the 9.1.4 installer, and you're right, there
is
no pldbgapi.contr
On Mon, Aug 13, 2012 at 7:22 AM, Heikki Linnakangas
wrote:
> On 09.08.2012 17:55, Dave Page wrote:
>>
>> On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas
>> wrote:
>>>
>>> On 09.08.2012 17:07, kargor wrote:
I use the binaries provided on the download page. I have not compiled
>>
On 09.08.2012 17:55, Dave Page wrote:
On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas
wrote:
On 09.08.2012 17:07, kargor wrote:
I use the binaries provided on the download page. I have not compiled
anything - I'm a 'stupid' windows user...
Ok, I see. I just downloaded the 9.1.4 install
On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas
wrote:
> On 09.08.2012 17:07, kargor wrote:
>>
>> I use the binaries provided on the download page. I have not compiled
>> anything - I'm a 'stupid' windows user...
>
>
> Ok, I see. I just downloaded the 9.1.4 installer, and you're right, there is
On 09.08.2012 17:07, kargor wrote:
I use the binaries provided on the download page. I have not compiled anything
- I'm a 'stupid' windows user...
Ok, I see. I just downloaded the 9.1.4 installer, and you're right,
there is no pldbgapi.control file anywhere. Looking at the
README.pldebugger
I use the binaries provided on the download page. I have not compiled anything
- I'm a 'stupid' windows user...
Original-Nachricht
> Datum: Thu, 9 Aug 2012 05:21:27 -0700 (PDT)
> Von: "Heikki Linnakangas-3 [via PostgreSQL]"
>
> An: kargor
> Betreff: Re: BUG #6722: Debugger br
On 09.08.2012 15:07, kargor wrote:
* CREATE EXTENSION pldbgapi;
FEHLER: konnte Erweiterungskontrolldatei
»F:/progs/9.1.4/share/extension/pldbgapi.control« nicht öffnen: No such file or
directory
Did you use MinGW or MSVC to build it? Did you perform the install step,
ie. "make install" ?
Hi!
Windows XP / Postgres 9.1.4
Of course the correct name of the dll is ..\lib\plugins\plugin_debugger.dll.
My problems:
* Directory ..\share\contrib is empty.
* CREATE EXTENSION pldbgapi;
FEHLER: konnte Erweiterungskontrolldatei
»F:/progs/9.1.4/share/extension/pldbgapi.control« nicht öffne
On 08.08.2012 19:05, kargor wrote:
Its possible to start the debugger, but its not really easy.
The control file from git has not worked, so I copied the sql file to
install the functions.
How did it not work? What error message did you get? Did you follow the
installation instructions in the
Hi!
Its possible to start the debugger, but its not really easy.
The control file from git has not worked, so I copied the sql file to
install the functions.
I copied the debugging.dll from plugins into the libdir, too, but I think
this is not necessary (in the conf file the dll from plugins will
Hi
On Mon, Jul 9, 2012 at 12:58 PM, wrote:
> The following bug has been logged on the website:
>
> Bug reference: 6722
> Logged by: Jan-Peter Seifert
> Email address: jan-peter.seif...@gmx.de
> PostgreSQL version: 9.1.4
> Operating system: Windows 7 Enterprise (64-bit)
> Des
20 matches
Mail list logo