Re: moving from MySQL to pgsql

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: moving from MySQL to pgsql
Дата
Msg-id 50763A33.3060100@commandprompt.com
обсуждение исходный текст
Ответ на Re: moving from MySQL to pgsql  (Sim Zacks <sim@compulab.co.il>)
Список pgsql-general
On 10/10/2012 02:18 AM, Sim Zacks wrote:

>> 2) I run MySQL from a USB stick.
>> There is no installation required (on WinXP.). (not tried on Ubuntu)
>> Is it the same for pgsql?
> To use postgres on a USB stick, see
> http://www.postgresonline.com/journal/archives/172-Starting-PostgreSQL-in-windows-without-install.html
>
>> 3) Can I simulate MySQL's TINYINT data-type (using maybe the custom
>> data type or something else)
> You can either use bool or smallint with a constraint.

Or he could create a custom type easily enough.

JD


>
> Sim


--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC
@cmdpromptinc - 509-416-6579


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

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: 'full_page_writes=off' , VACUUM and crashing streaming slaves...
Следующее
От: Greg Sabino Mullane
Дата:
Сообщение: Re: Planner chooses multi-column index in 9.2 when maybe it should not