Re: moving from mysql to postgree

From: "Pau Marc Munoz Torres" <paumarc(at)gmail(dot)com>
To: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: moving from mysql to postgree
Date: 2007-11-16 15:08:14
Message-ID: 19b5841a0711160708k1eec22c5xb31338245d69a933@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks every body, today i've created my first table with postgresql, what a
mass with \d <table> and sequancial vs auto_increment data type in create...
anyway, i will become an expert soon

;-)

thanks again

pau

2007/11/16, Merlin Moncure <mmoncure(at)gmail(dot)com>:
>
> On Nov 15, 2007 10:44 AM, Pau Marc Munoz Torres <paumarc(at)gmail(dot)com> wrote:
> > I'm moving from mysql to postgresql just now i I'm a bit lost, could
> anyone
> > tell me some place with a comparative between postdresql and mysql
> commands,
> > i think than mostly is the same think but, any way, do anything change ?
>
> IMO, he biggest differences between mysql and postgresql for beginners
> are:
> * database authentication (pg_hba.conf and user set up)
> * create/alter table syntax
> * dealing with timestamps/default expressions
> * update and delete statements that deal with more than one table
>
> postgresql has a _much_ better command shell than mysql. It has
> tab-completions for commands as well as database objects and has
> syntax help for all commands. This is an absolutely essential help to
> the beginner. (some of the gui tools, like pgadmin, have this as well
> but i use the shell almost exclusively).
>
> \h <command> in the shell will give you help for the command and
> \d <table> well 'describe' the table
>
> good luck!!
> merlin
>

--
Pau Marc Muñoz Torres

Laboratori de Biologia Computacional
Institut de Biotecnologia i Biomedicina Vicent
Villar
Universitat Autonoma de Barcelona
E-08193 Bellaterra (Barcelona)

telèfon: 93 5812807
Email : paumarc(dot)munoz(at)bioinf(dot)uab(dot)cat

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2007-11-16 15:28:54 Re: getting the number of rows affected by a query
Previous Message mailtolouis2020-postgres 2007-11-16 14:56:10 public schema doubt