RE: [SQL] Re: DB porting questions...

2001-04-18 Thread Michael Fork
On Wed, 18 Apr 2001, Diehl, Jeffrey wrote: > Querying the entire database is difficult, and very important to me. > I tried to setup a "view of a union" scheme. That isn't supported. > Right now I am using a perl function to rewrite my sql in such a way > that it queries any of the tables I

Re: [SQL] Re: DB porting questions...

2001-04-17 Thread Roberto Mello
On Tue, Apr 17, 2001 at 11:45:08AM -0400, Vivek Khera wrote: > I'm just starting, but I've got two questions. I've found some > scripts out there that claim to do the conversion of the SQL create > commands, but none does the right thing it seems. Please help better these scripts then.

[SQL] Re: DB porting questions...

2001-04-17 Thread Vivek Khera
> "JD" == Jeffrey Diehl <[EMAIL PROTECTED]> writes: JD> I'm in the final stages of migrating from mysql to postgres and have a few JD> more questions... I'm just starting, but I've got two questions. I've found some scripts out there that claim to do the conversion of the SQL create command

[SQL] Re: DB porting questions...

2001-04-11 Thread Joel Burton
On Wed, 11 Apr 2001, Diehl, Jeffrey wrote: > Hi all, > > I'm in the final stages of migrating from mysql to postgres and have a few > more questions... > > 1) > I have a table: > create table a ( > t timestamp not null, > ... > ); > > I'm thinking