Author: Andrew Droffner <adroffne@advance.net> ---- In response to "There is no way to use a table_name as argument.", programmers need to know that in Query-Language functions, the SQL is PREPARED. It must follow the rules of prepared statements. Prepared statements must have explit DB objects (e.g. tables). They can only use variables in WHERE, INSERT-VALUES, or UPDATE-assignments. See the PostgreSQL PREPARE and EXECUTE statements. Also, look up prepared statements in a general SQL textbook. ---- Manual page: http://wwwmaster.postgresql.org/docs/7.4/interactive/xfunc-sql.html Reject: http://wwwmaster.postgresql.org/admin/comments.php?action=reject&id=1965 Edit: http://wwwmaster.postgresql.org/admin/comment-edit.php?id=1965 Delete: http://wwwmaster.postgresql.org/admin/comments.php?action=delete&id=1965
Соглашаюсь с условиями обработки персональных данных