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