hi everyone,
i am stuck in a very weird problem, it looks as if it is impossible.
i have written a function in pgplsql which creates a view in the database. It accepts a parameter of type Varchar. Here is the function definition:
DECLARE
SQL VARCHAR;
BEGIN
SQL = 'CREATE OR REPLACE VIEW...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.