Re: REF: Data Migration MS SQL Server 7.0 to PostgreSQL 8.4 on Linux

From: Iñigo Martinez Lasala <imartinez(at)vectorsf(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Cc: <bcld(at)hotmail(dot)com>
Subject: Re: REF: Data Migration MS SQL Server 7.0 to PostgreSQL 8.4 on Linux
Date: 2010-02-11 16:19:49
Message-ID: 00b701caab36$1196ce40$34c46ac0$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-es-ayuda vepug

Hola Rafael.

You could generate a UUID. There is a contrib module in contrib/uuid-ossp
with several functions in order to generate an UUID with different
algorithms, as documentation says.

If you don’t want to use these functions because you use an specific
format, perhaps they could serve you as example in order to create a
custom one.

Espero haberte dado alguna idea.

De: Luis Dominguez [mailto:bcld(at)hotmail(dot)com]
Enviado el: jueves, 11 de febrero de 2010 14:36
Para: pgsql-es-ayuda(at)postgresql(dot)org; vepug(at)postgresql(dot)org;
pgsql-admin(at)postgresql(dot)org
Asunto: [ADMIN] REF: Data Migration MS SQL Server 7.0 to PostgreSQL 8.4 on
Linux

Good morning, I am now in the process of migrating a database from a
driver ms sql server 7.0 to postgresql 8.4 vesion but I have a problem
with the data type (timestamp) SQL Server 7.0 that refers to a single
binary field that is updated randomly by row, and this field is paramount
in my application for purposes of monitoring, postgresql 8.4 now also have
the same timestamp but refers to other data (date + time), I investigated
other types of data such as (serial, uuid, xid, byte etc) in postgresql
and not get something just to replace it, I thought of a function that do
something similar but not yet tried, and of course I turn to you to see if
I can lend a hand with this rut that I have right now ....¡

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Igor Neyman 2010-02-11 18:39:37 New/obsolete configuration parameters
Previous Message Dimitri Fontaine 2010-02-11 15:11:54 Re: please remove my email address

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Ramón Alberto Bruening González 2010-02-11 16:52:31 Buenas Tardes a Todos
Previous Message Kevin Grittner 2010-02-11 15:06:29 Re: REF: Data Migration MS SQL Server 7.0 to PostgreSQL 8.4 on Linux

Browse vepug by date

  From Date Subject
Next Message Luis Dominguez 2010-02-11 19:13:41 REF : MIgracion de datos ms sql server 7.0 a Postgresql 8.4 en Linux
Previous Message Kevin Grittner 2010-02-11 15:06:29 Re: REF: Data Migration MS SQL Server 7.0 to PostgreSQL 8.4 on Linux