Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-16 Thread Dave Page
On Mon, Jun 16, 2008 at 10:37 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > He did it :) > > http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/src/gtk/menu.cpp?r1=54064&r2=54173 > > It'll be available on the 2.8.8 (to be released really soon). Oh good. There will be a Mac fi

Re: [pgadmin-support] Weird Popup Menus - pgAdmin 1.8.4

2008-06-16 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : Dave Page a écrit : On Thu, Jun 12, 2008 at 12:03 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Dave Page a écrit : If one wants to follow the discussion there, you should look in the archive: http://lists.wxwidgets.org/pipermail/wx-users/2008-June/108081.html

Re: [pgadmin-support] For the PG experts

2008-06-16 Thread Julius Tuskenis
Hi Laurent. As I understand where is no direct link between sequence and the table column. You should see pg_attrdef table. Query SELECT pg_get_expr(adbin,adrelid) FROM pg_attrdef; will return you all default values of the columns. Among them you will find nextval('your_sequence'::regclass).

[pgadmin-support] For the PG experts

2008-06-16 Thread Laurent ROCHE
Hi, I have posted this on the pg main list ... and as I had no sensible answers, I am trying here. Also, it's likely someone knows the answer as you need to get this info to display it in pgAdmin ! I would like to write a request where I would get the table name and column name of a sequence.

Re: [pgadmin-support] Replication upgrade fails

2008-06-16 Thread Dave Page
On Thu, Jun 12, 2008 at 10:40 PM, Chris St Denis <[EMAIL PROTECTED]> wrote: > I upgraded slony on the servers from 1.2.13 to 1.2.14 and downloaded the > 1.2.14 creation scripts to my client. > > I created the new empty cluster and did a "upgrade node" on the old cluster, > selecting the new one fro