RE: Re: Replace MSSQL by PostgreSQL ?

Поиск
Список
Период
Сортировка
От 100.179370@germanynet.de (Martin Jacobs)
Тема RE: Re: Replace MSSQL by PostgreSQL ?
Дата
Msg-id Pine.LNX.4.33.0106162203260.3356-100000@Schnecke.Windsbach.de
обсуждение исходный текст
Ответ на RE: Re: Replace MSSQL by PostgreSQL ?  (Pruner Jan <pruner@cekia.cz>)
Ответы Re: Re: Replace MSSQL by PostgreSQL ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Mon, 28 May 2001, Pruner Jan wrote:

> Hi, Pieter,
>     there is no problem with ODBC, but
> you have to move your database architecture to PostgreSQL.
> There are some problems with the the lack of SQL compatibleness between MS &
> PG (of course - no standard).
>
> MS use getdate() to get current_timestamp etc.
>
> I stopped porting because I have table 'name' on MS, but on PG is it
> impossible.

Hi,

The reason is PG's built in data type 'name'. As your
databases superuser you may drop this data type, then you can
create tables named 'name' :-)

If you don't need type 'name' do

    DROP TYPE name;

Then you can do

    CREATE table name (...);

> ...

--
Dipl-Ing. Martin Jacobs * Windsbach * Germany
Registered Linux User #87175, http://counter.li.org/


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

Предыдущее
От: 100.179370@germanynet.de (Martin Jacobs)
Дата:
Сообщение: Re: Changing path to /tmp/.s.PGSQL.5432 file and the .lock file
Следующее
От: Keith F Irwin
Дата:
Сообщение: Re: Unable to --rebuild postgresql-7.1.2-4PGDG.src.rpm