Re: inet_aton in mysql, how to convert it to postresql?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: inet_aton in mysql, how to convert it to postresql?
Дата
Msg-id 41090F50.3090506@familyhealth.com.au
обсуждение исходный текст
Ответ на inet_aton in mysql, how to convert it to postresql?  (azah azah <izza76@gmail.com>)
Список pgsql-php
> select inet_aton(namatable.host) from ...
>
> how can i do in postresql??

Try these:

http://www.postgresql.org/docs/7.4/static/functions-net.html

You need to be using the 'inet' or 'cidr' types.

Chris

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: default timestamp in postresql
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: [ADMIN] Secure DB Systems - How to