| From: | Milla Erdee <millueradfa(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Question regarding threaded mode |
| Date: | 2005-02-12 01:12:50 |
| Message-ID: | cujl86$gn8$2@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
First, I appreciate PostgreSQL's extensive support for SQL and its
feature set greatly, which is why I use it, because of its extensive and
powerful features not found on some other SQL implementations and I hope
that the capabilities of it will continue to be expanded and improved.
Does PostGRESQL support or will it support a threaded server mode? Will
such a mode be available on Unix-type systems?
Also, has PostgreSQL considered adding some CLOB and BLOB types?
Updating Views
Triggers on Views
Additional Trigger Syntax (ie Oracle):
CREATE [OR REPLACE] TRIGGER <trigger_name>
{BEFORE|AFTER} {INSERT|DELETE|UPDATE} ON <table_name>
[REFERENCING [NEW AS <new_row_name>] [OLD AS <old_row_name>]]
[FOR EACH ROW [WHEN (<trigger_condition>)]]
<trigger_body>
Thank you.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sven Willenberger | 2005-02-12 01:14:27 | Re: databases/p5-postgresql-plperl links to wrong |
| Previous Message | Tom Lane | 2005-02-12 01:11:49 | Re: Apparent anomaly with views and unions |