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
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
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
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
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
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
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
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
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
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
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
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
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
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
^-^
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
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
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
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
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
> 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.
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
> 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
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
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
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
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
ltStatus != PGRES_TUPLES_OK &&
lastResultStatus != PGRES_COMMAND_OK)
{
LogError(!reportError);
PQclear(qryRes);
return false;
}
right?
---
Quan Zongliang
quanzongli...@gmail.com
pgConn.patch
Description: Binar
> 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
> 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
> 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
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
> 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
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
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
> 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.
---
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
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
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
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
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
> 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
> 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
;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
.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
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
> 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
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
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
> 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
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
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:
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
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.
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
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
(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
> 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
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
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.
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
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
.
---
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
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:
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
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
. 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
--
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
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
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
能对您有所帮助。
---
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
> 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);
-
> 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
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.
> 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
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
> 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
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
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
> 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
> 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
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
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.
---
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
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?
---
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
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
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
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
> 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.
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
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
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
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
- 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
> 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
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
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
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
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
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 - 100 of 135 matches
Mail list logo