Re: Postgresql feature - Mailing list pgsql-general

From John Sidney-Woollett
Subject Re: Postgresql feature
Date
Msg-id 412397A3.5030502@wardbrook.com
Whole thread Raw
In response to Re: Postgresql feature  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: Postgresql feature  (Ben <bench@silentmedia.com>)
Re: Postgresql feature  (Shridhar Daithankar <shridhar@frodo.hserus.net>)
Re: Postgresql feature  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
Bit more info (from my own findings migrating from Oracle -> Postgres)

Sequences - YES
Packages - NO (concept doesn't exist in PG)
Functions - YES, Procedures - NO (also no INOUT or OUT parameters)
Full-text - YES, tSearch2
Triggers - YES
Jobs - NO, (but scheduled tasks can be implemented in other ways)
Synonyms - NO (can be frigged using search_paths and schemas)
Replication - more than one option depending on requirement

You will miss certain Oracle features, but once you get into the swing
of postgres you'll not look back. Also consider how much money you'll
save in license fees!

John Sidney-Woollett

Gaetano Mendola wrote:

> Laimis K wrote:
>
>> Hi,
>> I'm oracle man.
>>
>> So, how about features in postgesql which exists in oracle db (order is
>> casual) ?
>> 1. Sequences
>> 2. Packages
>> 3. Functions/procedures
>> 4. Full-text
>> 5. Triggers
>> 6. Jobs
>> 7. Synonyms
>> 8. Replication
>
>
> 1) Serial, but I don't know the Oracle one...
> 2) Schema ?
> 3) Yes, functions
> 4) tsearch2
> 5) Yes
> 6) ??
> 7) ??
> 8) A couple of solutions
>
>
> http://www.postgresql.org/docs/7.4/interactive/index.html
>
>
> Regards
> Gaetano Mendola
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faqs/FAQ.html

pgsql-general by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: (S)RPMS for 7.4.4 released.
Next
From: Jeffrey Melloy
Date:
Subject: Re: Installing FullTextSearchTool tsearch2