Question regarding threaded mode

Поиск
Список
Период
Сортировка
От Milla Erdee
Тема Question regarding threaded mode
Дата
Msg-id cujl86$gn8$2@news.hub.org
обсуждение исходный текст
Ответы Re: Question regarding threaded mode  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: databases/p5-postgresql-plperl links to
Следующее
От: "Bogdan Tomchuk"
Дата:
Сообщение: SQL Injection possible on custom functions