On 05/04/2011 10:29 PM, Dave Page wrote:
> On Wednesday, May 4, 2011, Guillaume Lelarge wrote:
>> On 05/04/2011 09:51 PM, Dave Page wrote:
>>> On Wed, May 4, 2011 at 8:39 PM, Guillaume Lelarge
>>> wrote:
On 05/04/2011 09:32 PM, Dave Page wrote:
> On Wed, May 4, 2011 at 8:24 PM, Guillaume
Update .pot file
and fix an non ascii character in the visual tour.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=1d7e26d4bab0a952edba5c4435710d3c79a1f3ce
Modified Files
--
locale/pgadmin3_website.pot | 572 ++
Automatic stringmerge using merge script.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=61b18e2e6099e46bba0bbff642a029cc2469b3f7
Modified Files
--
locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 140585 -> 139967 bytes
local
Add 1.14 visual tour.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=487bfc9d2557dd5492533e89f5339f505ae6e3f8
Modified Files
--
.../visualtour14/add_adminpack_extension_hint.png | Bin 0 -> 53638 bytes
images/visualtour14/backu
On 05/04/2011 02:21 PM, Timon wrote:
> hmm, seem that it asks about reconnection even when query has syntax error
>
> from messages tab:
> ERROR: syntax error at or near "to"
> СТРОКА 3: substring(sender from 1 to 11),
>^
> ** Ошибка **
> ERROR
Fix the way we check for bad connection
Report from Timon.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ca978346abcd959f0e4f436802ea422cef5a59a5
Modified Files
--
pgadmin/frm/frmQuery.cpp | 12 ++--
1 files changed, 6 i
On Wednesday, May 4, 2011, Guillaume Lelarge wrote:
> On 05/04/2011 09:51 PM, Dave Page wrote:
>> On Wed, May 4, 2011 at 8:39 PM, Guillaume Lelarge
>> wrote:
>>> On 05/04/2011 09:32 PM, Dave Page wrote:
On Wed, May 4, 2011 at 8:24 PM, Guillaume Lelarge
wrote:
>
> Done, but I do
On 05/04/2011 09:51 PM, Dave Page wrote:
> On Wed, May 4, 2011 at 8:39 PM, Guillaume Lelarge
> wrote:
>> On 05/04/2011 09:32 PM, Dave Page wrote:
>>> On Wed, May 4, 2011 at 8:24 PM, Guillaume Lelarge
>>> wrote:
Done, but I don't really like how I explained the plugins directory.
>>>
>>>
On Wed, May 4, 2011 at 8:39 PM, Guillaume Lelarge
wrote:
> On 05/04/2011 09:32 PM, Dave Page wrote:
>> On Wed, May 4, 2011 at 8:24 PM, Guillaume Lelarge
>> wrote:
>>>
>>> Done, but I don't really like how I explained the plugins directory.
>>
>> I rewrote the paragraph. I think it works now - doe
Comments are available on fdw and foreign server
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f61afea85a688d9edaa1fc46353a5773cae22858
Modified Files
--
pgadmin/dlg/dlgForeignDataWrapper.cpp |4 ++--
pgadmin/dlg/dlgForeignServ
Fix showing of blocked processes in the status view
Properly show blocked processes when the lock is on
transactionid, and show -1 if it's blocking but we
can't figure out what it's blocking on.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c
Fix showing of blocked processes in the status view
Properly show blocked processes when the lock is on
transactionid, and show -1 if it's blocking but we
can't figure out what it's blocking on.
Branch
--
REL-1_12_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=co
On 05/04/2011 09:32 PM, Dave Page wrote:
> On Wed, May 4, 2011 at 8:24 PM, Guillaume Lelarge
> wrote:
>>
>> Done, but I don't really like how I explained the plugins directory.
>
> I rewrote the paragraph. I think it works now - does it look OK to you?
>
More than OK, just great :)
I still hav
On Wed, May 4, 2011 at 8:24 PM, Guillaume Lelarge
wrote:
>
> Done, but I don't really like how I explained the plugins directory.
I rewrote the paragraph. I think it works now - does it look OK to you?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www
On 05/04/2011 09:06 PM, Guillaume Lelarge wrote:
> On 05/04/2011 08:05 PM, Dave Page wrote:
>> On Wed, May 4, 2011 at 6:08 PM, Guillaume Lelarge
>> wrote:
>>> On 05/04/2011 04:05 PM, Guillaume Lelarge wrote:
On 05/04/2011 03:47 PM, Dave Page wrote:
> On Sat, Apr 30, 2011 at 11:20 PM, Guil
On 05/04/2011 08:05 PM, Dave Page wrote:
> On Wed, May 4, 2011 at 6:08 PM, Guillaume Lelarge
> wrote:
>> On 05/04/2011 04:05 PM, Guillaume Lelarge wrote:
>>> On 05/04/2011 03:47 PM, Dave Page wrote:
On Sat, Apr 30, 2011 at 11:20 PM, Guillaume Lelarge
wrote:
> Hi,
>
> I've be
On 05/04/2011 07:57 PM, Magnus Hagander wrote:
> The server status view does not properly display the "blocked by"
> field, unless it's blocked by a table level lock. In particular, if
> you create a row-lock, it shows empty.
>
> Attached patch changes two things:
> 1) Detects lock conflicts on tr
On Wed, May 4, 2011 at 6:08 PM, Guillaume Lelarge
wrote:
> On 05/04/2011 04:05 PM, Guillaume Lelarge wrote:
>> On 05/04/2011 03:47 PM, Dave Page wrote:
>>> On Sat, Apr 30, 2011 at 11:20 PM, Guillaume Lelarge
>>> wrote:
Hi,
I've been working on this today, and here is what I came up
The server status view does not properly display the "blocked by"
field, unless it's blocked by a table level lock. In particular, if
you create a row-lock, it shows empty.
Attached patch changes two things:
1) Detects lock conflicts on transaction id's, which is where row
locks normally show up
2
On Wed, May 4, 2011 at 6:22 PM, Magnus Hagander wrote:
> Ok, this will show how long ago it was I rebuilt pgadmin ;) But when I
> did, and then ran it, I get:
>
> 07:21:29 PM: Debug: Adding duplicate image handler for 'PNG file'
>
> Is that "normal"? Intended? Buglet?
Harmless buglet that I didn'
Ok, this will show how long ago it was I rebuilt pgadmin ;) But when I
did, and then ran it, I get:
07:21:29 PM: Debug: Adding duplicate image handler for 'PNG file'
Is that "normal"? Intended? Buglet?
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
--
On 05/04/2011 04:05 PM, Guillaume Lelarge wrote:
> On 05/04/2011 03:47 PM, Dave Page wrote:
>> On Sat, Apr 30, 2011 at 11:20 PM, Guillaume Lelarge
>> wrote:
>>> Hi,
>>>
>>> I've been working on this today, and here is what I came up to:
>>>
>>> http://wwwdevel.pgadmin.org/visualtour14.php
>>>
>>>
On 05/04/2011 03:47 PM, Dave Page wrote:
> On Sat, Apr 30, 2011 at 11:20 PM, Guillaume Lelarge
> wrote:
>> Hi,
>>
>> I've been working on this today, and here is what I came up to:
>>
>> http://wwwdevel.pgadmin.org/visualtour14.php
>>
>> It still needs some love. I need fresh ideas, comments, eng
On Sat, Apr 30, 2011 at 11:20 PM, Guillaume Lelarge
wrote:
> Hi,
>
> I've been working on this today, and here is what I came up to:
>
> http://wwwdevel.pgadmin.org/visualtour14.php
>
> It still needs some love. I need fresh ideas, comments, english fixes,
> design skills, and all that kind of st
hmm, seem that it asks about reconnection even when query has syntax error
from messages tab:
ERROR: syntax error at or near "to"
СТРОКА 3: substring(sender from 1 to 11),
^
** Ошибка **
ERROR: syntax error at or near "to"
SQL state: 42601
Симво
The main website, www.pgadmin.org, has been moved to a new server.
Please let me know if any problems are seen.
Thanks.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgadmin-hackers m
Remove some old news.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=e04b29cf706aadfe0aadc60b436b42abbe4a33f6
Modified Files
--
index.php |8
1 files changed, 0 insertions(+), 8 deletions(-)
--
Sent via pgadmin-ha
27 matches
Mail list logo