Re: [ADMIN] opportunities of inline funtions

2004-10-29 Thread Anton Maksimenkov
Hi. Really sorry, previous post was completely inconsistent. Actually, in addition, RULES exists. I use postgresql-7.3.5. Here the dump - CREATE TABLE t_test ( id integer, message text ); CREATE VIEW vw_test AS SEL

[ADMIN] opportunities of inline funtions

2004-10-27 Thread Anton Maksimenkov
Hi. There was an idea to make access to the data only through the built - in functions (on C). There is a table 't_test' which the superuser can read and write down. There are functions of access, for example, for an insert of the data: PG_FUNCTION_INFO_V1(f_test); Datum f_test(PG_FUNCTION_ARG