Re: Hex representation

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Hex representation
Дата
Msg-id 48DBCD2B.6020108@pinpointresearch.com
обсуждение исходный текст
Ответ на Re: Hex representation  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Ответы Re: Hex representation  (Carol Walter <walterc@indiana.edu>)
Список pgsql-admin
Scott Marlowe wrote:
> I used this very simple little php script to make this
>
> filename: mk55:
> #!/usr/bin/php -q
> <?php
> for ($i=0;$i<262144;$i++){
>     print chr(85);
> }
> ?>
>
Or, using standard *nix tools (Note: 0x55 = ascii U):
dd bs=1k count=256 if=/dev/zero | tr '\000' U  > full_of_0x55

Cheers,
Steve


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange highload on server
Следующее
От: "Tena Sakai"
Дата:
Сообщение: Re: Hex representation