|
Home > Archive > Slony1 PostgreSQL Replication > July 2005 > about SlonyI handled chinese question(urgency)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
about SlonyI handled chinese question(urgency)
|
|
| Sun.betty 2005-07-26, 3:24 am |
|
Thanks for answer of Ian Burrell very much ! at first!
>Ian Burrell <ianburrell- Re5JQEeQqe8AvxtiuMwx
3w@public.gmane.org> 写道:
>I found a bug in the slon triggers which truncated strings with
>multibyte characters. This was with UTF-8 (UNICODE encoding) but I
>bet it affects EUC_CN. The patch was committed to CVS. You might try
>building slony from CVS and see if that fixes the problem.
>
>- Ian
but when I want to download patch from cvs , I befall question
at command line do it :
cvs -d:pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:/usr/local/cvsroot/slony1 login
Logging in to :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:2401/usr/local/cvsroot/slony1
CVS password:
Unknown host gborg.postgresql.org.
-----------------------------------------------------------------------------------
Use wincvs do it :
cvs -d :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:/usr/local/cvsroot/slony1 login
Logging in to :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:2401:/usr/local/cvsroot/slony1
***** CVS exited normally with code 0 *****
cvs checkout -P /usr/local/cvsroot/slony1 (in directory D:\log)
cvs [server aborted]: Absolute module reference invalid: `/usr/local/cvsroot/slony1'
cvs [checkout aborted]: end of file from server (consult above messages if any)
***** CVS exited normally with code 1 *****
fixed bug patch is or not at "Slony-I 1.1.0 Available " here download package ? if can ?
maybe pack package email for me ! Thanks very much !
----------------------------------------------------------------------------
in addition , I test for
createdb -E UNICODE test
master and slave as the same.
export PGCLIENTENCODING=UNI
CODE
I find as the same question.
at master :
insert into T_NUM_CENTER (TYPE , CURRVAL , CURRDATE , MEMO) values ('东秘密米米' , 1 , now() , '东东东');
at slave
select * from T_NUM_CENTER ;
type | currval | currdate | memo
------------+---------+------------+------------------------
东秘密米 | 1 | 2005-07-25 | 东东东
____________________
____________________
__________
赶快注册雅虎超大容量
免费邮箱?
http://cn.mail.yahoo.com
| |
| Ian Burrell 2005-07-26, 8:25 pm |
| On 7/26/05, Sun.betty <alanxzq-/ E1597aS9LRv1O+Z8WTAq
Q@public.gmane.org> wrote:
>=20
> but when I want to download patch from cvs , I befall question
> at command line do it :
> cvs
> -d:pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:/usr/local/cvsroot/slony1
> login
> Logging in to
> :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:2401/usr/local/cvsroot/slony1
> CVS password:=20
> Unknown host gborg.postgresql.org.
This likely a problem with your DNS. gborg.postgresql.org is reachable by =
me.
> -------------------------------------------------------------------------=
----------
> Use wincvs do it :
> cvs -d
> :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:/usr/local/cvsroot/slony1
> login=20
> Logging in to
> :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:2401:/usr/local/cvsroot/slony1
> ***** CVS exited normally with code 0 *****
> cvs checkout -P /usr/local/cvsroot/slony1 (in directory D:\log)
> cvs [server aborted]: Absolute module reference invalid:
> `/usr/local/cvsroot/slony1'
> cvs [checkout aborted]: end of file from server (consult above messages i=
f
> any)
> ***** CVS exited normally with code 1 *****=20
>=20
The checkout statement is wrong. It should look like:
cvs -d :pserver:anonymous- AuKwsB3Fm+ugFIWk8tvy
RWD2FQJk+8+b@public.gmane.org:2401:/usr/local/cvsroot/slon=
y1
co slony1-engine
If WinCVS is generating the wrong command, then it is a bug in WinCVS
or CVSNT. Try the latest version.
> fixed bug patch is or not at "Slony-I 1.1.0 Available " here download
> package ? if can ?=20
> maybe pack package email for me ! Thanks very much !=20
>=20
The maintainers could make a 1.1.1 release.
- Ian
|
|
|
|
|