Re: proposal: UTF8 to_ascii function
От
Pavel Stehule
Тема
Re: proposal: UTF8 to_ascii function
Дата
Msg-id
162867790808110804iae4b66fud470287a35e5ef6d@mail.gmail.com
Ответ на
Re: proposal: UTF8 to_ascii function (Andrew Dunstan)
Список
Дерево обсуждения
proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Andrew Dunstan <andrew@dunslane.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Andrew Dunstan <andrew@dunslane.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Jan Urbański <j.urbanski@students.mimuw.edu.pl>
Re: proposal: UTF8 to_ascii function Peter Eisentraut <peter_e@gmx.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Jan Urbański <j.urbanski@students.mimuw.edu.pl>
Re: proposal: UTF8 to_ascii function Andrew Dunstan <andrew@dunslane.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Andrew Dunstan <andrew@dunslane.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Andrew Dunstan <andrew@dunslane.net>
Re: proposal: UTF8 to_ascii function "Pavel Stehule" <pavel.stehule@gmail.com>
Re: proposal: UTF8 to_ascii function Jan Urbański <j.urbanski@students.mimuw.edu.pl>
2008/8/11 Andrew Dunstan :
>
>
> Pavel Stehule wrote:
>>>
>>> But what would be the meaning of this?:
>>>
>>> to_ascii(bytea, integer)
>>>
>>>
>>
>> it's symmetric. Nothing more.
>>
>>
>
> Symmetric to what? What is the second argument supposed to be?
>
postgres=# \df to_ascii List of functions Schema | Name | Result data type | Argument data types
------------+----------+------------------+---------------------pg_catalog | to_ascii | text | textpg_catalog | to_ascii | text | text, integerpg_catalog | to_ascii | text | text, name
postgres=# select to_ascii('pavel',8);to_ascii
----------pavel
(1 row)
> cheers
>
> andrew
>
В списке pgsql-hackers по дате отправления