[GENERAL] ODBC Driver Standards

2004-08-13 Thread val
info about standards compatibility. Would one of you be kind enough to point me in the right direction or provide and answer, please? Cheers, Val ---(end of broadcast)--- TIP 6: Have you searched our list archives?

[GENERAL] Indexes on Character Types

2004-07-28 Thread val
n end to a debate. TIA, Val ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

[GENERAL] DML Restriction unless through a function

2004-06-30 Thread val
Hi all; Is it possible to write a trigger or the ilk that would disallow direct inserts, updates, or deletes to a table unless it was being executed through a function? How can I identify that the DML being issued is being done via a function? We are writing an API of sorts and for various bu