Re: [pgadmin-hackers] little patch for "Detect serial columns from pg_depend" and bugfix

2012-09-04 Thread Quan Zongliang
On 2012/9/4 19:02, Dave Page wrote: Hi On Tue, Sep 4, 2012 at 5:03 AM, Quan Zongliang wrote: Hi, Please find the attachments. pgColumn.patch: Detect serial columns from pg_depend, not column default (observe deviating serial name) This patch does not apply: raptor:pgAdmin3 dpage$ git

Re: [pgadmin-hackers] patch for "Sequence: calculate next value to be expected"

2012-09-04 Thread Quan Zongliang
On 2012/9/5 9:02, Quan Zongliang wrote: On 2012/9/4 18:55, Dave Page wrote: Hi On Tue, Sep 4, 2012 at 5:19 AM, Quan Zongliang wrote: Hi, Please find the attachments. I try to make a enhancement to sequence. As my understanding, add a property item to properties pane. The nextValue is

Re: [pgadmin-hackers] patch for "Sequence: calculate next value to be expected"

2012-09-04 Thread Quan Zongliang
On 2012/9/4 18:55, Dave Page wrote: Hi On Tue, Sep 4, 2012 at 5:19 AM, Quan Zongliang wrote: Hi, Please find the attachments. I try to make a enhancement to sequence. As my understanding, add a property item to properties pane. The nextValue is lastValue + increment; Is it right? If looks

[pgadmin-hackers] patch for "Sequence: calculate next value to be expected"

2012-09-03 Thread Quan Zongliang
Hi, Please find the attachments. I try to make a enhancement to sequence. As my understanding, add a property item to properties pane. The nextValue is lastValue + increment; Is it right? Regards, Quan Zongliang diff --git a/pgadmin/schema/pgSequence.cpp b/pgadmin/schema/pgSequence.cpp

[pgadmin-hackers] little patch for "Detect serial columns from pg_depend" and bugfix

2012-09-03 Thread Quan Zongliang
Hi, Please find the attachments. pgColumn.patch: Detect serial columns from pg_depend, not column default (observe deviating serial name) pgSequence.patch: bugfix, in SQL pane of the sequence, the script is CREATE SEQUENCE xxx ...; ALTER TABLE ... Regards, Quan Zongliang diff --git a

Re: [pgadmin-hackers] Donation of 3 FEITIAN PKI smart cards to the pgAdmin community

2010-03-18 Thread Quan Zongliang
Interesting! But it is only shipped to EU. I can do nothing for it. On 2010-3-17 21:14, Jean-Michel Pouré - GOOZE wrote: Dear friends, In the event that you would be interested to implement more secure connections between pgAdmin and PostgreSQL using SSL and smart cards, I am offering 3 free FE

Re: [pgadmin-hackers] import: crash fixed

2010-02-23 Thread Quan Zongliang
On 2010-2-8 17:51, Guillaume Lelarge wrote: Le 07/02/2010 10:57, Quan Zongliang a écrit : It can work with some bugs now. ( A lot of bugs. -.- ) So I can grab a new copy and test it? or do you prefer to continue your work before more testing is done? New code pushed, rewrote

Re: [pgadmin-hackers] import: crash fixed

2010-02-08 Thread Quan Zongliang
You can preview it if have time off. Then give some suggestions to me about function, option and UI, etc. And, which C/C++ IDE do you use under Linux to compile pgAdmin? Thanks On 2010-2-8 17:51, Guillaume Lelarge wrote: So I can grab a new copy and test it? or do you prefer to continue your w

Re: [pgadmin-hackers] import: crash fixed

2010-02-07 Thread Quan Zongliang
It can work with some bugs now. ( A lot of bugs. -.- ) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] import: crash fixed

2010-02-04 Thread Quan Zongliang
On 2010-2-3 6:49, Guillaume Lelarge wrote: I think it is available in the release tarball. I found them. thanks. A lot of obvious errors were found. It's weird. I had tested them with some normal case. But now it can't import a simple file. The sources that be pushed to git repository mus

Re: [pgadmin-hackers] import: crash fixed

2010-02-02 Thread Quan Zongliang
Sorry. Another issues were found. Please wait before I fix them. On 2010-2-1 22:07, Quan Zongliang wrote: hi Guillaume Late reply, too. By a stupid operation, I lost all mails and other files in a partition. That bug you found is triggered by a small file less than 20 rows. I fixed it and

[pgadmin-hackers] import: crash fixed

2010-02-01 Thread Quan Zongliang
hi Guillaume Late reply, too. By a stupid operation, I lost all mails and other files in a partition. That bug you found is triggered by a small file less than 20 rows. I fixed it and others, supressing all warning message under gcc. The code is not tested enough yet. The type uint is unrecogni

Re: [pgadmin-hackers] import: source code is pushed to git repository

2010-01-16 Thread Quan Zongliang
without error. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] import: source code is pushed to git repository

2010-01-03 Thread Quan Zongliang
x it when I have time off. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-23 Thread Quan Zongliang
^-^ And, Merry xmas everybody. ------- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] import: source code is pushed to git repository

2009-12-20 Thread Quan Zongliang
BC is needed. Archive file: Only zip and tar file is supported. All of them only tested under WindowsXP. Regards. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to

Re: [pgadmin-hackers] support regular expression

2009-11-30 Thread Quan Zongliang
address. Sorry, fixed -.- ------- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] support regular expression

2009-11-29 Thread Quan Zongliang
Hi, all May I guess wxUSE_REGEX is always ON in wxWidgets? Any platform that pgAdmin can run don't support it? --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make chang

[pgadmin-hackers] some encodings aren't supported

2009-11-22 Thread Quan Zongliang
ill invoke connection->ExecuteScalar( wxT("SELECT pg_encoding_to_char(") + NumToStr(encNo) + wxT(")")); ------- Quan Zongliang quanzongli...@gmail.com dlgDatabase.patch Description: Binary data pgConn.patch Descr

Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-10 Thread Quan Zongliang
> That file is normally copied to include/wx/ iirc. Ok, I copy it. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.

Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-10 Thread Quan Zongliang
n3.vcproj should be modified. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Quan Zongliang
> No - it should get pulled in vi wx.h though, so you can test those macros. No, it didn't. I can't detect them now. Like: #if wxUSE_STREAMS || wxUSE_ZIPSTREAM || wxUSE_TARSTREAM some codes #endif Always get false. ------- Quan Zonglia

[pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Quan Zongliang
set it under other OSs? --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] import 2009/10/31

2009-10-31 Thread Quan Zongliang
hi all newest program in http://developer.pgadmin.org/~quan/2009-10-31/ ANY SUGGESTIONS ARE WELCOME. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your

Re: [pgadmin-hackers] import evaluation

2009-10-17 Thread Quan Zongliang
right click on table, you will see it --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] import evaluation

2009-10-17 Thread Quan Zongliang
hi all I uploaded pgAdmin with import function to http://developer.pgadmin.org/~quan/2009-10-17/ Only MS-Windows available. Import from csv file is not completed yet. I hope it will be end of Nov. All bugs reserved. ^-^ Just for preview. --- Quan

[pgadmin-hackers] It seems to miss PQclear function

2009-09-14 Thread Quan Zongliang
ltStatus != PGRES_TUPLES_OK && lastResultStatus != PGRES_COMMAND_OK) { LogError(!reportError); PQclear(qryRes); return false; } right? --- Quan Zongliang quanzongli...@gmail.com pgConn.patch Description: Binar

Re: [pgadmin-hackers] Copy out wording

2009-09-02 Thread Quan Zongliang
> Shouldn't that be: > "A NULL is output as the NULL string and is not quoted, while a data > value matching the empty string is quoted"? sure, the document seems to has mistake. and i parse csv format with same way in import function

Re: [pgadmin-hackers] Chinese translation fix

2009-08-03 Thread Quan Zongliang
> Sorry, I understood it wrong. That was my suggested for CN, please don't > chang to TW . I will, thanks --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make chan

Re: [pgadmin-hackers] bugfix: dlgIndex column order

2009-05-20 Thread Quan Zongliang
> Ahh, yes - well spotted. How's this? It's ok. ------- Quan Zongliang quanzongli...@gmail.com CIT JAPAN: http://www.cit.co.jp CIT CHINA: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To ma

Re: [pgadmin-hackers] bugfix: dlgIndex column order

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

Re: [pgadmin-hackers] bugfix: dlgIndex column order

2009-05-15 Thread Quan Zongliang
> Bug fix: > only when index's type is btree, user can set column order. > reported by: Obe, Regina Sorry, I found the function Go() is missed. It should be modified too. Please wait. --- Quan Zongliang quanzongli...@gmail.com C

Re: [pgadmin-hackers] Grouping servers

2009-04-16 Thread Quan Zongliang
rst server group. The users should can create more group node under it. The group have some properties, name, desc, and customized order, and so on. --- Quan Zongliang quanzongli...@gmail.com CIT JAPAN: http://www.cit.co.jp CIT CHINA: http://www.citbj.co

[pgadmin-hackers] Import: new screenshots 2009-04-10

2009-04-10 Thread Quan Zongliang
Hi, all I had submitted some screenshots to: http://developer.pgadmin.org/~quan/2009-04-10/ The UI can be preview with new pgAdmin3.cpp The last page has not be completed. More is on the way. ^-^ Regards. --- Quan Zongliang quanzongli...@gmail.com

Re: [pgadmin-hackers] about LZMA SDK license

2009-03-30 Thread Quan Zongliang
> I'd suggest sticking with the ones we can already support unless > there's demand for lzma, eg. > > wxZipInputStream > wxZlibInputStream > wxTarInputStream Great! I don't know them before. This a best choice to use wxWidgets classes. ---

Re: [pgadmin-hackers] about LZMA SDK license

2009-03-30 Thread Quan Zongliang
function to import from archived file directly. This is just a plan, one day we can implement it. But not now. So, first I want to discuss its license. ------- Quan Zongliang quanzongli...@gmail.com CIT JAPAN: http://www.cit.co.jp CIT CHINA: http://www.cit

[pgadmin-hackers] about LZMA SDK license

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

Re: [pgadmin-hackers] Import: preview snapshots

2009-03-26 Thread Quan Zongliang
8601 for certain. I had checked Standard ISO8601, it seems that all of formats is supported in PostgreSQL very well. http://en.wikipedia.org/wiki/ISO_8601 http://www.postgresql.org/docs/8.3/static/datatype-datetime.html Table 8-10. Date Input Table 8-11. Time Input Table 8-12. Time Zone

[pgadmin-hackers] Import: preview snapshots

2009-03-25 Thread Quan Zongliang
Hi I uploaded some snapshots to: http://developer.pgadmin.org/~quan/2009-03-26/ Preview them, pls. I will supply a simi-finished program ASAP. Now, it can't work as the UI was redesigned. Regards. --- Quan Zongliang quanzongli...@gmail.com CIT

Re: [pgadmin-hackers] pgAdminIII 1.10 Visual Tour

2009-03-17 Thread Quan Zongliang
ne told me that their project choose PostgreSQL just because they found pgAdmin website has Chinese version. It exciting me, until now. ^-^ ------- Quan Zongliang quanzongli...@gmail.com - Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To

Re: [pgadmin-hackers] pgAdminIII 1.10 Visual Tour

2009-03-17 Thread Quan Zongliang
> Keep in mind that you can translate the text, the .po files have been > updated. Be careful, there are and HTML tags. It would be best > to keep them. Ok, I will translate ASAP. ------- Quan Zongliang quanzongli...@gmail.com - Sent via pgadmi

Re: [pgadmin-hackers] pgAdminIII 1.10 Visual Tour

2009-03-16 Thread Quan Zongliang
> I have no problem with this. But it will probably be moved sometime > elsewhere. Ok, I can edit my topic when it be moved. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) T

Re: [pgadmin-hackers] some items in .po file

2009-03-15 Thread Quan Zongliang
;End" will be easy to confusing the Chinese user. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] some items in .po file

2009-03-15 Thread Quan Zongliang
.cpp as "Source column" and "Destination column"? --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] some items in .po file

2009-03-15 Thread Quan Zongliang
t; msgstr "" and #: pgadmin/gqb/gqbGridJoinTable.cpp:268 msgid "Source" msgstr "" Regards. --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] pgAdminIII 1.10 Visual Tour

2009-03-15 Thread Quan Zongliang
> http://developer.pgadmin.org/~guillaume/visualtour/ Can I expose this URL to the China PUG forum? --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to y

[pgadmin-hackers] Greenplum documents

2009-03-11 Thread Quan Zongliang
Hi, Chuck Can you give me full documents of the Greenplum database? I counld not find them in greenplum.com And somewhere has Chinese documents? Regards. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http

Re: [pgadmin-hackers] SVN Commit by guillaume: r7666 - in trunk/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR hu_HU id_ID is_IS i

2009-03-10 Thread Quan Zongliang
Hi, Guillaume Please update trunk/pgadmin3/pgadmin3.pot I need it to merge with my translation. Thanks. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] how to dispaly data in grid

2009-03-02 Thread Quan Zongliang
> I would suggest that the import tool should follow the lead of the > Query Tool as it is displaying read-only data. Ok. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Se

[pgadmin-hackers] how to dispaly data in grid

2009-03-01 Thread Quan Zongliang
th original data.(''' as ''', '''' as '''', and so on) So, we should define some rules to deal this. Regards. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.c

[pgadmin-hackers] build newest snapshot

2009-02-27 Thread Quan Zongliang
Hi, Dave Can you please build newest snapshot? http://www.pgadmin.org/snapshots/ Last build is 2008/09/09, it's too old. Someone needs it. Thanks. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China:

Re: [pgadmin-hackers] SVN Commit by guillaume: r7614 - in trunk/pgadmin3/pgadmin: . ui

2009-02-26 Thread Quan Zongliang
const &,class pgConn *)" (??0frmStatus@@q...@pavfrmmain@@ABVwxString@@PAVpgConn@@@Z) referenced in function "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?oni...@pgadmin3@@UAE_NXZ) --- Quan Zongliang quanzongli...@gmail.com CIT

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-26 Thread Quan Zongliang
r called $( so there > shouldn't be any collision with PG operators in the expression - and > to allow the user to include a constant of $(...), we can tell them to Got it. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-26 Thread Quan Zongliang
file. > I wouldn't worry about those yet. Let's learn to walk first, and fly later :-) Yes, I think so, too. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-26 Thread Quan Zongliang
converted to 'Column #1' || 'C1' The first is a lexical, the second is CSV column. But 'Column #1' || Column #3 can't be converted properly. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CI

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-25 Thread Quan Zongliang
(left nochange) "ERROR" (don't generate statement, log only). "CONSTANT" (user-defined string) or [other options depend on type] All of them act on NULL or empty. Until now, I have no idea with array type. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-25 Thread Quan Zongliang
> For example: > A1,B1,C1,D1,E1,F1 --> 'A1' || 'C1' > A2,B2,C2,D2,E2,F2 --> 'A2' || 'C2' > ... should be: A1,B1,C1,D1,E1,F1 --> 'A1' || substring('C1' from 2 for 1) A2,B2,C2,D2,E2,F2 --> 'A2' || subs

Re: [pgadmin-hackers] Import: empty string and expression

2009-02-25 Thread Quan Zongliang
SERT INTO t_name(col_list) VALUES( [some values], 'A2' || substring('C2' from 2 for 1), [some values]); ... I think it is useful when the end user want to import the CSV data with different columns to table. Regards. --- Quan Zong

[pgadmin-hackers] Import: empty string and expression

2009-02-24 Thread Quan Zongliang
es. Now, I use style in the expression. The delimiter option use this style too. ( means TAB char.) Exscaped char is XML-style, & < and > , and so on. Because I noticed pgAdmin has a option "Show NULL values as ". Is it appropriate? Regards.

Re: [pgadmin-hackers] About wxODBC

2009-02-23 Thread Quan Zongliang
ing magic so we can run in the absence of iODBC on that platform. > I'm not sure we need to support unixODBC as well. Ok. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- S

Re: [pgadmin-hackers] About wxODBC

2009-02-22 Thread Quan Zongliang
with C or C++. So after discussion with my boss, I got permission. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] About pgLoader

2009-02-19 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-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin

Re: [pgadmin-hackers] About wxODBC

2009-02-19 Thread Quan Zongliang
ource. And more, my boss had given me permission from end of last year to work for freeware in our office if there is not office work need to do. Regards. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China:

[pgadmin-hackers] About wxODBC

2009-02-17 Thread Quan Zongliang
LTables method to do this. Thanks. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to you

[pgadmin-hackers] Patch: when select bit varying type, column length can be inputted

2009-02-13 Thread Quan Zongliang
Review it: when select bit varying type, column length can be inputted --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn pgDefsh.patch Description: Binary data

Re: [pgadmin-hackers] Import: I need help

2009-02-13 Thread Quan Zongliang
. Hiromichi Nakajima. New bug be found: can't set length of bit varying type column. I am trying to fix it and found these definitions. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn --

Re: [pgadmin-hackers] Import: I need help

2009-02-13 Thread Quan Zongliang
is in progress. How about the INSERT command? When them start work within a new transaction. It seems to fall into same situation. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- S

Re: [pgadmin-hackers] [pgadmin-support] about bit varying

2009-02-13 Thread Quan Zongliang
will fix soon! > Thank you. > > Best regards > Hiromichi Nakajima Fixed. Please review it. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn varbit.patch Description: Bin

[pgadmin-hackers] Import: I need help

2009-02-12 Thread Quan Zongliang
type==BOOLOID) will get more effective than (name == wxT("boolean")). Thanks. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-h

Re: [pgadmin-hackers] Hello.I need help on PostgreSQL server log file encoding problem on Windows system! I appreciate any help on this problem I am facing and thank in advance.

2009-02-08 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-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
> OK - well I'm happy for you to modify ExecuteSet if that's what you > need - but please try to use a similar API to the existing ExecuteVoid > one. Ok. It will be: pgSet *ExecuteSet(const wxString& sql, bool reportError = true); -

Re: [pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
> Do you need to use ExecuteSet for this? ExecuteVoid already has a > reportError flag which can be used to stop it logging error messages. The result is needed to be displayed. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit

[pgadmin-hackers] I want to modify "pgConn::ExecuteSet"

2009-02-05 Thread Quan Zongliang
t allows user-defined expression. When generate preview, send the expression to DB to validate it. If not quiet, a lot of error message will be poped. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.

Re: [pgadmin-hackers] Import: ODBC page design

2009-02-03 Thread Quan Zongliang
> It seems good so far. Add a text area allow user write where clause. > You may need to save the previous value in a variable. When click same choice, it fire a useless event. I have to add some variables to deal this. --- Quan Zongliang quan

[pgadmin-hackers] Import: ODBC page design

2009-02-02 Thread Quan Zongliang
previous value in wxCombobox? Even if someone click the same choice, the EVT_COMBOBOX event will be fired. But the wxCommandEvent has no method to get previous value. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp C

Re: [pgadmin-hackers]

2009-01-27 Thread Quan Zongliang
> i want to help to translate the web site pgadmin to spanish. Coool! --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hack

Re: [pgadmin-hackers] Import: function report

2009-01-21 Thread Quan Zongliang
ould remove an entire page from > the wizard. Ok, right. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

[pgadmin-hackers] Import: function report

2009-01-21 Thread Quan Zongliang
Most of code is not completed. You are welcome to give me any suggestions. It looks too complicated. Can I implement it? ( o.O ) Regards. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] Import: about ODBC data source

2009-01-16 Thread Quan Zongliang
> Yeah, I did slightly interesting approach by OSC. > http://winpg.jp/~saito/pgAdmin/OSC2008Fukuoka.ppt > But , It is Japanese:-) Good document! I can read it slowly. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp

Re: [pgadmin-hackers] Import: I need some help to design UI

2009-01-16 Thread Quan Zongliang
> Wizards generally aren't resizeable Sure, You are right. I need caffeine, too. -.- --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list

[pgadmin-hackers] Import: I need some help to design UI

2009-01-15 Thread Quan Zongliang
All of them can be resized. Suggest me, please. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make

Re: [pgadmin-hackers] Import: about ODBC data source

2009-01-14 Thread Quan Zongliang
plan is only implement ODBC under MS-Windows. Because I have some experience with it. Until I found the wxODBC. And almost all works I did is under Windows, so I have the illusion that other playform scarcely use ODBC. Well, no question about this yet. Thanks. ---

[pgadmin-hackers] Import: about ODBC data source

2009-01-14 Thread Quan Zongliang
hough there is iODBC (http://www.iodbc.org) under Unix implemented the ODBC API. OK? Regards. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pg

Re: [pgadmin-hackers] SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm

2009-01-14 Thread Quan Zongliang
here. ) $(WXWIN)/contrib/include ... I tried to add the line: wxSystemOptions::SetOption(wxT("mac.listctrl.always_use_generic"), false); to wxWidgets project's cpp file, it's ok without compile error. How to correct my config? ---

Re: [pgadmin-hackers] Patch: database version check

2009-01-13 Thread Quan Zongliang
nExport return true. As them are base class. Apply them now? --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To m

Re: [pgadmin-hackers] about new module to software

2009-01-13 Thread Quan Zongliang
hackers should cooperate when working on that functions with similar components. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@po

[pgadmin-hackers] Patch: database version check

2009-01-13 Thread Quan Zongliang
function to check version. So, define a exclusive version: SERVER_MAX_VERSION. Before commit, don't forget to modify message text. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.c

Re: [pgadmin-hackers] about new module to software

2009-01-12 Thread Quan Zongliang
esterday, without test. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: htt

Re: [pgadmin-hackers] SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui

2009-01-12 Thread Quan Zongliang
> If you want to create a new type of message box with a 'don't show > this again' checkbox, I won't object though. Ok, study the source and try to modify it. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.

Re: [pgadmin-hackers] SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui

2009-01-12 Thread Quan Zongliang
like "Don't check database version."? ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui

2009-01-12 Thread Quan Zongliang
version. If it is newer, display a warning dialog. Then the end-users click button to continue. Ok? ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list

Re: [pgadmin-hackers] Position and size problem of SQL Dialog

2009-01-12 Thread Quan Zongliang
I look this problem frequently. OS: Japanese Windows XP SP3. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To mak

Re: [pgadmin-hackers] SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui

2009-01-09 Thread Quan Zongliang
le. Clearly, it is needed that confirm forward-compatible. We can give a upper limit version to individual pgadmin version. When end users wanna connect to newer db, they will get a warning message or hint. --- Quan Zongliang quanzongli...@gmail.com C

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

2009-01-06 Thread Quan Zongliang
- check > each item in turn and error out on the first one that isn't valid. Ok, thanks for your decision. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-ha

Re: [pgadmin-hackers] import function's progress report

2009-01-06 Thread Quan Zongliang
> Are somebody working on an embbed python in pgadmin? TODO Item: - Python scripting engine? No one doing it. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgad

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

2009-01-06 Thread Quan Zongliang
becomes "Please specify columns." Like this, prompt end user what need to do. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

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

2009-01-06 Thread Quan Zongliang
a solution? Sorry, my fault, send this mail to support mailing-list. Can you delete it, Dave? --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadm

Re: [pgadmin-hackers] about newest zh_CN pgadmin3.po

2009-01-05 Thread Quan Zongliang
Did you receive po and mo files? I made a zip file, about 135k. Maybe it is too large to send mailing list. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] import function's progress report

2009-01-05 Thread Quan Zongliang
ted. > > Please bear in mind that there are likely to be more wizards in the > future (for example, to aid replication setup). Whatever you do here > ... Ok, got. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp

Re: [pgadmin-hackers] about newest zh_CN pgadmin3.po

2009-01-04 Thread Quan Zongliang
n items is auto generated. Maybe by GetText? I will translate them. ------- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org

  1   2   >