Re: [pgadmin-support] revoke select right on pg_proc

2010-04-27 Thread Quan Zongliang
in fact, that guy should not list anything in pgAdmin? he said he can list views. it is weird. in my test, i can select data in psql from tables that select right has been granted. but I can't list and object in pgAdmin. On Tue, 27 Apr 2010 21:35:26 +0800 Quan Zongliang wrote: >

[pgadmin-support] revoke select right on pg_proc

2010-04-27 Thread Quan Zongliang
is a abnormal case or a bug? -- Quan Zongliang -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] Feature request: in table view

2010-02-15 Thread Quan Zongliang
On 2010-2-13 21:03, Guillaume Lelarge wrote: Le 09/02/2010 22:06, Raymond O'Donnell a écrit : Everything is do-able. The main problem is that it would require a major work on the frmEditData form, something I'm quite sure we won't be able to do for next release. I added a ticket for this re

Re: [pgadmin-support] Feature request: context menu column sorting

2010-02-03 Thread Quan Zongliang
On 2010-2-4 2:56, Guillaume Lelarge wrote: Just got home. This thread is interesting. It's been quite some time that I wanted to create our own wxGrid widget. Something that will allow us to sort, filter more easily than the one we have now. Now that I know how to build a custom widget, it should

Re: [pgadmin-support] connect issue

2010-01-29 Thread Quan Zongliang
When pgAdmin can not connect to db server. It show server window again to correct server setting. On 2010-1-28 22:25, tom fuller wrote: Support, Our systems person just installed postgres 1.10.1 and I am not able to add a server and connect in PGadmin. I go to 'file/ add server' and fill in t

Re: [pgadmin-support] Add server error

2009-12-23 Thread Quan Zongliang
> Check file postgresql.conf on the server. And check your firewall. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.

Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix

2009-12-02 Thread Quan Zongliang
> Got error message: > : error while loading shared libraries: libwx_gtk2u_stc-2.8.so.0: cannot > open shared object file: no such file or directory set your LD_LIBRARY_PATH to point to directory where wxWidgets lib is installed ------- Quan

Re: [pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
xcel doc has 3 sheets(will be considered as 3 tables in ODBC driver) no error occur. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscripti

Re: [pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
> > delete[] m_curstmtlabels; It's really a stupid mistake. XD Thanks --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscri

[pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
Hi, all I ceate some pointers with: SQLWCHAR** stmtlabels = m_srcodbc->GetResultColLabels(); m_curstmtlabels = new SQLWCHAR*[m_curstmtcolsnum]; for (colidx=0; colidxhttp://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] PgAdmin 1.10 Beta 2 - can't create gist index against 8.4

2009-05-14 Thread Quan Zongliang
s that support ordered scans (currently, only B-tree), the optional clauses ASC, DESC, NULLS FIRST, and/or NULLS LAST can be specified to reverse the normal sort direction of the index. This is my mistake. I will fix it ASAP. --- Quan Zongliang quanzongl

Re: [pgadmin-support] pgadmin 1.8.4 win32 error

2009-04-17 Thread Quan Zongliang
on to ignore version mismatch check. --- Quan Zongliang quanzongli...@gmail.com CIT JAPAN: http://www.cit.co.jp CIT CHINA: http://www.citbj.com.cn -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscr

Re: [pgadmin-support] pgAdmin

2009-04-03 Thread Quan Zongliang
which OS? You can find binary formats for most of popular OS here: http://www.pgadmin.org/download/ If you want to compile from source code, guide is here: http://www.pgadmin.org/download/source.php --- Quan Zongliang quanzongli...@gmail.com CIT JAPAN

Re: [pgadmin-support] Is pg_dump.exe dose not need -i parameter?

2009-03-24 Thread Quan Zongliang
. --- Quan Zongliang quanzongli...@gmail.com CIT JAPAN: http://www.cit.co.jp CIT CHINA: http://www.citbj.com.cn -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] Japanese translation is broken

2009-03-19 Thread Quan Zongliang
laume Regards. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] How to set client encoding?

2009-02-04 Thread Quan Zongliang
Hi When open the query tool, the default client encoding is UNICODE. How to set pgAdmin's default client encoding? --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pg

Re: [pgadmin-support] Can't edit rows

2009-01-12 Thread Quan Zongliang
lege, the cells can be edited and get a no-permisson error message (It's normal, also). --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-support mailing l

Re: [pgadmin-support] Import: how to display warnning & error message

2009-01-06 Thread Quan Zongliang
Sorry, my fault. It should be sent to hackers mailing-list. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] Import: how to display warnning & error message

2009-01-06 Thread Quan Zongliang
a solution? --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.post

Re: [pgadmin-support] Connecting sequence to table column

2007-04-01 Thread Quan Zongliang(Gmail)
You must set the type of column to be serial or bigserial. Regards. Quan On Mon, 2 Apr 2007 10:50:26 +0530 "Rohit Khare" <[EMAIL PROTECTED]> wrote: > I am using PGSQL 8.2.3 on Windows XP and pgAdmin 1.6.3. While adding columns > to a table from pgAdmin front-end, an option appears "sequence" wi

[pgadmin-support] How to load DLL after build

2007-03-14 Thread Quan Zongliang
hi! I had built the pgAdmin3.exe with VC++2005 Express Edition. But all of the DLL files can't be found in $BUILD_ROOT/pgAdmin3/pgadmin/Release. libpg.dll, libxslt.dll, libxml2-2.dll, and so on. How about it? Just copy them here? But I think it is not a good idea. Suggest me, please. Thanks, Q