| От | Alexander Gataric |
|---|---|
| Тема | Character validation with DB2 Fed Server and Optim |
| Дата | |
| Msg-id | 007201cd71ed$9a829790$cf87c6b0$@net обсуждение исходный текст |
| Ответ на | Re: strategies for segregating client data when using PostgreSQL in a web app ("David Johnston" <polobo@yahoo.com>) |
| Список | pgsql-general |
I'm going to be accessing a Postgres database through DB2 Federated Server and extracting/inserting with IBM Optim. I want to verify that Optim and DB2 are not corrupting text characters. This SQL should generate a sample set of characters: Select genseries, chr( genseries) from generate_series(1,2000) as genseries After extracting with Optim and inserting into a new table, I can write a simple query to compare the tables for differences. The Postgres database is using UTF8 encoding. I'm not sure if the chr function is the best way to generate a sample set of characters and I'm not if this is the correct range. I would appreciate any feedback on this approach and welcome suggestions on another approach. Thanks Alex
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера