Re: Multi-byte and client side character encoding

Lists: pgsql-hackers
From: "Ayush Parashar" <aparashar(at)greenplum(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Multi-byte and client side character encoding tests for copy command..
Date: 2005-07-07 20:55:55
Message-ID: BEF2E4EE.528%aparashar@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi there,

I am new to this list.

I have made some additions to multi-byte regression tests ( ./src/test/mb),
to include regression tests for copy command. This can be used to test
multi-byte extensions of postgresql and client character encoding, for copy
command. The test uses the following complete character sets: "big5 gbk uhc
gb18030 euc_cn latin8 iso_8859_6 iso_8859_7 euc_kr euc_jp".

I am attaching only the modified README and mbregress.sh with the email. I
have not included the various character sets with the email as they are
nearly 1MB.

Can you please comment on this..?

I can provide a patch for the same, which includes the character sets.

Thanks,
Ayush

ps: sorry for the previous blank email, that was by mistake.

Attachment Content-Type Size
README application/octet-stream 2.2 KB
mbregress.sh application/octet-stream 5.4 KB

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ayush Parashar <aparashar(at)greenplum(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-byte and client side character encoding tests for
Date: 2006-06-14 17:43:32
Message-ID: 200606141743.k5EHhWV07230@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


Where are we on this? Should we just add a URL to the full 1MB test files?

---------------------------------------------------------------------------

Ayush Parashar wrote:
> Hi there,
>
> I am new to this list.
>
> I have made some additions to multi-byte regression tests ( ./src/test/mb),
> to include regression tests for copy command. This can be used to test
> multi-byte extensions of postgresql and client character encoding, for copy
> command. The test uses the following complete character sets: "big5 gbk uhc
> gb18030 euc_cn latin8 iso_8859_6 iso_8859_7 euc_kr euc_jp".
>
> I am attaching only the modified README and mbregress.sh with the email. I
> have not included the various character sets with the email as they are
> nearly 1MB.
>
> Can you please comment on this..?
>
> I can provide a patch for the same, which includes the character sets.
>
> Thanks,
> Ayush
>
> ps: sorry for the previous blank email, that was by mistake.
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Ayush Parashar <aparashar(at)greenplum(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-byte and client side character encoding tests for
Date: 2006-06-14 17:54:12
Message-ID: 1798.1150307652@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Where are we on this? Should we just add a URL to the full 1MB test files?

Adding an MB to the distribution for tests that hardly anyone needs to
run is surely not a good idea. What about putting them on pgfoundry and
then putting a link to that somewhere in the docs?

regards, tom lane


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ayush Parashar <aparashar(at)greenplum(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-byte and client side character encoding tests for
Date: 2006-06-14 17:55:45
Message-ID: 200606141755.k5EHtjC09183@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Where are we on this? Should we just add a URL to the full 1MB test files?
>
> Adding an MB to the distribution for tests that hardly anyone needs to
> run is surely not a good idea. What about putting them on pgfoundry and
> then putting a link to that somewhere in the docs?

Yea, that sounds good.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ayush Parashar <aparashar(at)greenplum(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-byte and client side character encoding tests
Date: 2006-06-14 18:06:23
Message-ID: 4490501F.3030904@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian wrote:

>Tom Lane wrote:
>
>
>>Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>>
>>
>>>Where are we on this? Should we just add a URL to the full 1MB test files?
>>>
>>>
>>Adding an MB to the distribution for tests that hardly anyone needs to
>>run is surely not a good idea. What about putting them on pgfoundry and
>>then putting a link to that somewhere in the docs?
>>
>>
>
>Yea, that sounds good.
>
>
>

The running of extra tests outside our standard regression set will be
one of the topics discussed during my session in Toronto. I don't mind
having them stored elsewhere, although it will make things a bit more
complex, but this use should be kept in mind (for example, I don't think
pgfoundry has a CVSup server, although it probably could have easily
enough).

cheers

andrew


From: "Luke Lonergan" <llonergan(at)greenplum(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Ayush Parashar" <aparashar(at)greenplum(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multi-byte and client side character encoding
Date: 2006-06-14 21:45:07
Message-ID: C0B5D173.27266%llonergan@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce, Tom, Andrew,

On 6/14/06 11:06 AM, "Andrew Dunstan" <andrew(at)dunslane(dot)net> wrote:

> The running of extra tests outside our standard regression set will be
> one of the topics discussed during my session in Toronto. I don't mind
> having them stored elsewhere, although it will make things a bit more
> complex, but this use should be kept in mind (for example, I don't think
> pgfoundry has a CVSup server, although it probably could have easily
> enough).

Ayush and I (along with Brian Hagenbuch) also plan to be in Toronto, so we
can help as needed.

- Luke


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Luke Lonergan" <llonergan(at)greenplum(dot)com>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Ayush Parashar" <aparashar(at)greenplum(dot)com>
Subject: Re: Multi-byte and client side character encoding
Date: 2006-06-14 21:55:54
Message-ID: 200606141455.55473.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Luke,

> Ayush and I (along with Brian Hagenbuch) also plan to be in Toronto, so
> we can help as needed.

You and Bruce might want to think about *registering* for the conference.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, Luke Lonergan <llonergan(at)greenplum(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ayush Parashar <aparashar(at)greenplum(dot)com>
Subject: Re: Multi-byte and client side character encoding
Date: 2006-06-14 21:57:40
Message-ID: 200606142157.k5ELve901291@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Josh Berkus wrote:
> Luke,
>
> > Ayush and I (along with Brian Hagenbuch) also plan to be in Toronto, so
> > we can help as needed.
>
> You and Bruce might want to think about *registering* for the conference.

I thought I did already. I filled something out a few months ago.
Anyway, it now says registration closed.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, "Luke Lonergan" <llonergan(at)greenplum(dot)com>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Ayush Parashar" <aparashar(at)greenplum(dot)com>
Subject: Re: Multi-byte and client side character encoding
Date: 2006-06-14 22:21:37
Message-ID: 4513.1150323697@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> You and Bruce might want to think about *registering* for the conference.

Speaking of which, is a list of those registered posted anywhere? I
looked for one the other day because I wanted to double-check that
I was registered, but couldn't find anything on the website.

regards, tom lane


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, "Luke Lonergan" <llonergan(at)greenplum(dot)com>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Ayush Parashar" <aparashar(at)greenplum(dot)com>
Subject: Re: Multi-byte and client side character encoding
Date: 2006-06-14 22:26:45
Message-ID: 200606141526.46446.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Tom,

> Speaking of which, is a list of those registered posted anywhere? I
> looked for one the other day because I wanted to double-check that
> I was registered, but couldn't find anything on the website.

No, I think there would be some privacy issues with that. You're
registered. You should have been getting "conference-attendees" e-mails,
about 3 of them so far.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco