Re: New To PostgreSQL

From: John Clark Naldoza y Lopez <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
To: Tom Ince <tince(at)acsinc-nj(dot)com>
Cc: "PostgreSQL-General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: New To PostgreSQL
Date: 2001-09-28 01:43:27
Message-ID: 3BB3D5BF.2DAA196F@ntsp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Ince wrote:
>
> I am attempting to convert an database currently running on Informix to
> a free database on Linux (RedHat 6.1). I have a question.....
>
> I learned that MySQL, does not maintain foreign keys, which affects me
> because I need to use things like CHECK in the CREATE TABLE statements.
> So thats why I am not trying PostgreSQL. Does PostgreSQL support
> foreign keys? Are there any other quirks I might run into as far as
> SQL syntax goes?

Yes. PostgreSQL supports foreign keys and a whole lot of other stuff,
kindly check out the documents at http://techdocs.postgresql.org.

=)

--
/) John Clark Naldoza y Lopez (\
/ ) Software Design Engineer III ( \
_( (_ _ Web-Application Development _) )_
(((\ \> /_> Cable Modem Network Management System <_\ </ /)))
(\\\\ \_/ / NEC Telecom Software Phils., Inc. \ \_/ ////)
\ / \ /
\ _/ phone: (+63 32) 233-9142 loc. 3113 \_ /
/ / cellphone: (+63 919) 399-4742 \ \
/ / email: njclark(at)ntsp(dot)nec(dot)co(dot)jp \ \

"Intelligence is the ability to avoid doing work, yet getting the work
done"
--Linus Torvalds

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Keary Suska 2001-09-28 03:05:11 Re: temp table::persistance problem
Previous Message Bruce Momjian 2001-09-28 01:02:12 Re: trigger compile problem