Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread Kees Nuyt
On Fri, 11 Jan 2008 13:49:03 -0700 (MST), "Lee Crain" <[EMAIL PROTECTED]> wrote: >I mean no offense to anyone but the conversation on this subject seems a >little strange to me. > >SQLite is what it is. If it was like everything/anything else, we wouldn't >need or want it. It is designed to fill

RE: [sqlite] SQLite --> PostGres

2008-01-11 Thread Lee Crain
__ -Original Message- From: alex katebi [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 1:21 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite --> PostGres I don't think many people have your problem. I mean using Sqlite towards using PostGres. Please let&#x

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread Zbigniew Baniewski
On Fri, Jan 11, 2008 at 01:49:41PM -0600, P Kishor wrote: > > If aliases were defined for PostGres then why not for MySQL, Oracle, ^^^ ?? > > MSSQL, Firebird, VistaDB, SAP/DB, DB/2, and on and on. > Good point. Not so good. The proper question wo

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread alex katebi
19:23 PM Subject: [sqlite] SQLite --> PostGres I have been writing an app using SQLite (great to develop with, and to serve with to an extent), always with the intent of one day upsizing it to PostGres (pain in the tush to develop with, but great to serve with to any extent). Much to my delight, I am

RE: [sqlite] SQLite --> PostGres

2008-01-11 Thread Fred Williams
SQLite. Easy for someone like me to ask for, as a non code contributor "user." :-) Fred > -Original Message- > From: P Kishor [mailto:[EMAIL PROTECTED] > Sent: Friday, January 11, 2008 1:19 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] SQLite --> PostG

RE: [sqlite] SQLite --> PostGres

2008-01-11 Thread Samuel R. Neff
:50 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite --> PostGres ... I am just trying to see how much that philosophy can allow while making SQLite into a great app development platform that can seamlessly be upsized to a majo

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread drh
"P Kishor" <[EMAIL PROTECTED]> wrote: > I am finding that y'all (the SQLite developers) have made > many things (for example, datatypes) similar to PostGres... This is not a coincidence. I learned SQL on PostgreSQL back on '95. And I used the the PostgreSQL documentation as a guide when I was de

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread P Kishor
to:[EMAIL PROTECTED] > Sent: Friday, January 11, 2008 2:19 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] SQLite --> PostGres > > I have been writing an app using SQLite (great to develop with, and to > serve with to an extent), always with the intent of one day upsizing

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread P Kishor
On 1/11/08, Rich Shepard <[EMAIL PROTECTED]> wrote: > On Fri, 11 Jan 2008, P Kishor wrote: > > > it to PostGres (pain in the tush to develop with, but great to serve > >The actual name is PostgreSQL and it's usually referred to as postgres. > > > For example, why have the "INTEGER PRIMARY KEY"

RE: [sqlite] SQLite --> PostGres

2008-01-11 Thread Samuel R. Neff
building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -Original Message- From: P Kishor [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 2:19 PM To: sqlite-users@sqlite.org Subject: [sqlite] SQLite --> PostGres I h

Re: [sqlite] SQLite --> PostGres

2008-01-11 Thread Rich Shepard
On Fri, 11 Jan 2008, P Kishor wrote: it to PostGres (pain in the tush to develop with, but great to serve The actual name is PostgreSQL and it's usually referred to as postgres. For example, why have the "INTEGER PRIMARY KEY" when it could just as easily be called "SERIAL"? One way migh

[sqlite] SQLite --> PostGres

2008-01-11 Thread P Kishor
I have been writing an app using SQLite (great to develop with, and to serve with to an extent), always with the intent of one day upsizing it to PostGres (pain in the tush to develop with, but great to serve with to any extent). Much to my delight, I am finding that y'all (the SQLite developers) h