Question regarding threaded mode - Mailing list pgsql-general

From Milla Erdee
Subject Question regarding threaded mode
Date
Msg-id cujl86$gn8$2@news.hub.org
Whole thread Raw
Responses Re: Question regarding threaded mode  (Martijn van Oosterhout <kleptog@svana.org>)
List 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.


pgsql-general by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: databases/p5-postgresql-plperl links to
Next
From: "Bogdan Tomchuk"
Date:
Subject: SQL Injection possible on custom functions