Functionality

From: Brian Kejser <bkejser(at)KAISERDIGITAL(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Functionality
Date: 2001-06-01 16:46:02
Message-ID: 67EA3300B8C86F45957019092253E91D04BF84@morpheus.kaiserdigital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I have been learning postgresql for the last couple days and I have been
trying to determine what it can and cannot do in relation to Oracle (where I
have several years experience).

Questions

1. Can postgresql load/pin objects (i.e. tables, procedures, etc.) into
memory at startup?
2. Does postgresql use a SQL cache like Oracle? If so, can the cache be
viewed or summarized using SQL?
3. Is it possible to return anything other than a single value from a
server-side procedure. If so, how?
4. Can SQL be parameterized like in Oracle (i.e. "SELECT name FROM table
WHERE somefield = :var1")?
5. Does postgresql support SQL hints (belong using the JOIN keyword)?
6. Does postgresql use table spaces like in Oracle (i.e. database objects
are placed if different tables spaces according to usage)?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-06-01 17:24:27 Re: Can't restart postmaster!
Previous Message Michael 2001-06-01 16:37:33 Databases compared at zend.com