Re: [pgadmin-support] feature request

2012-03-12 Thread Guillaume Lelarge
On Sat, 2012-03-10 at 21:51 +0100, Bartosz Dmytrak wrote: > Hi, > I second the request. > I am not wxWidgets developer but I think there are to different UI > solutions: > * different tabs in output section like in SQL Workbench > * different record sets like in MS (something like table

Re: [pgadmin-support] Operator script error

2012-03-12 Thread Guillaume Lelarge
On Mon, 2012-03-12 at 14:51 +0100, Bartosz Dmytrak wrote: > Hi, > it looks like operator script is generated incorrectly: > eg. > -- Operator: Calc.@#(NONE, _text) -- Lack of quotation > > -- DROP OPERATOR Calc.@#(NONE, _text); -- Lack of quotation > > CREATE OPERATOR Calc.@#( > PROCEDURE = """

Re: [pgadmin-support] 1.15 Dev : Insert fails

2012-03-12 Thread Guillaume Lelarge
On Mon, 2012-03-12 at 08:48 -0400, Colin Beckingham wrote: > 1.15 Dev on OpenSUSE 12.1 > > Test table one has an integer, text and boolean fields. > > INSERT INTO one( > col1, col2, fix) > VALUES (1, 'this','f'); > > > ASSERT INFO: > /usr/local/include/wx-2.9/wx/strvararg.h(54

Re: [pgadmin-support] Set schema in pgAdmin

2012-03-12 Thread Guillaume Lelarge
On Mon, 2012-03-12 at 14:43 +0100, Bartosz Dmytrak wrote: > Thanks a lot :) > hope 1.15 will be available soon. > 1.15 is the dev release of 1.16 which will be available with PostgreSQL 9.2. So probably mid 2012. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent

[pgadmin-support] Operator script error

2012-03-12 Thread Bartosz Dmytrak
Hi, it looks like operator script is generated incorrectly: eg. -- Operator: Calc.@#(NONE, _text) -- Lack of quotation -- DROP OPERATOR Calc.@#(NONE, _text); -- Lack of quotation CREATE OPERATOR Calc.@#( PROCEDURE = """Calc"".""doSomething""", -- Wrong quotation RIGHTARG = _text); COMMENT ON

Re: [pgadmin-support] Set schema in pgAdmin

2012-03-12 Thread Bartosz Dmytrak
Thanks a lot :) hope 1.15 will be available soon. Regards, Bartek 2012/3/12 Guillaume Lelarge > On Mon, 2012-03-12 at 08:45 +0100, Bartosz Dmytrak wrote: > > Hi, > > according to doc > > http://www.postgresql.org/docs/9.1/static/sql-altertable.html it is > > possible to use SET SCHEMA to move

[pgadmin-support] 1.15 Dev : Insert fails

2012-03-12 Thread Colin Beckingham
1.15 Dev on OpenSUSE 12.1 Test table one has an integer, text and boolean fields. INSERT INTO one( col1, col2, fix) VALUES (1, 'this','f'); ASSERT INFO: /usr/local/include/wx-2.9/wx/strvararg.h(546): assert "(argtype & (wxFormatString::Arg_String)) == argtype" failed in wxArg

[pgadmin-support] pgadmin3 window behaviour parenthesis matching

2012-03-12 Thread Colin Beckingham
Guillaume, with regard to the bad window behaviour I am seeing on OpenSUSE 12.1 in the query builder regarding parenthesis matching, I had an idea it might be related to some configuration such as user preferences. So far I have not found anything that influences the situation. Using Gnome 3.

Re: [pgadmin-support] Set schema in pgAdmin

2012-03-12 Thread Guillaume Lelarge
On Mon, 2012-03-12 at 08:45 +0100, Bartosz Dmytrak wrote: > Hi, > according to doc > http://www.postgresql.org/docs/9.1/static/sql-altertable.html it is > possible to use SET SCHEMA to move table to new schema. > is it possible in pgAdmin? > Not possible with the UI. > Hope this mail is feature

[pgadmin-support] Set schema in pgAdmin

2012-03-12 Thread Bartosz Dmytrak
Hi, according to doc http://www.postgresql.org/docs/9.1/static/sql-altertable.html it is possible to use SET SCHEMA to move table to new schema. is it possible in pgAdmin? Hope this mail is feature request too. Regards, Bartek