Re: Case preserving - suggestions

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: Case preserving - suggestions
Дата
Msg-id 40C48C41.10303@shemesh.biz
обсуждение исходный текст
Ответ на Re: Case preserving - suggestions  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Case preserving - suggestions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Robert Treat wrote:

>On Sunday 06 June 2004 13:47, Shachar Shemesh wrote:
>  
>
>>Hi list,
>>
>>A postgresql migration I am doing (the same one for which the OLE DB
>>driver was written) has finally passed the proof-of-concept stage
>>(phew). I now have lots and lots of tidbits, tricks and tips for SQL
>>Server migration, which I would love to put online. Is pgFoundry the
>>right place? I understand that the code snippets section is not yet
>>operative, but I would still love to put it online ASAP (i.e. - before I
>>forget), and to have it all in one place.
>>
>>    
>>
>
>We have a couple of articles about sql server migration up on techdocs now, so 
>that seems the most appropriate place for documenting the process you went 
>through.  
>
>Robert Treat
>  
>
We wrote a new data type (a tinyint replacement), that will not be part 
of postgresql any time soon. We need to put the code up somewhere.
We wrote a perl script that takes the output of the database dump done 
by MS-SQL, and converts it into an SQL script for postgres (including 
yanking the data from the MS-SQL tables, and inlining it into the 
Postgresql script using copy). That needs to go somewhere.
It is highly likely that people will find bugs, or want to make 
additions, to the above two, so source control seems like a necessary idea.
In short, I think a pgFoundry project seems better suited for our needs 
than static documentation.
            Shachar

-- 
Shachar Shemesh
Lingnu Open Source Consulting
http://www.lingnu.com/



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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Case preserving - suggestions
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [pgsql-hackers-win32] Failures with windows port