Re: [HACKERS] feature suggestion

2007-07-31 Thread Rafael Azevedo
en. I think we get more migrations from Oracle than from > MySQL. And quite a few from DB2 and Informix. > > -- > --Josh > > Josh Berkus > PostgreSQL @ Sun > San Francisco > -- Atenciosamente, Rafael Aze

Re: [HACKERS] feature suggestion

2007-07-31 Thread Rafael Azevedo
about it. 2007/7/31, Rafael Azevedo <[EMAIL PROTECTED]>: > > Yes it is. And it makes easier to migrate from MySQL servers to > PostgreSQL. > Today its easier to migrate to MySQL from PostgreSQL than from PostgreSQL > to MySQL. > > > 2007/7/31, Bruce Momjian <[EMAIL

[HACKERS] feature suggestion

2007-07-31 Thread Rafael Azevedo
People, I'd like to suggest you guys to implement a new feature. Actually is an alias for a existent feature. Unstead of having to type all the insert syntax, using ("column") names, you could do the same as MySQL does. for example: INSERT INTO Table SET "Field1" = 'text', "Field2" = 'text'; So