create one function to let other user execute vacuum command. got such an error. - Mailing list pgsql-general

From leaf_yxj
Subject create one function to let other user execute vacuum command. got such an error.
Date
Msg-id 1332899513749-5599318.post@n5.nabble.com
Whole thread Raw
Responses Re: create one function to let other user execute vacuum command. got such an error.  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgsql-general
create one function to let other user execute vacuum command. got such an
error. Please help. Thanks. Regards . Grace

rrp=> create function vacuum_f ( tablename char(100))
 Returns char(100) AS $$
vacuum tablename;
$$ Language plpgsql security definer;
ERROR:  syntax error at or near "vacuum"
LINE 3:   vacuum tablename;
          ^
rrp=>

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/create-one-function-to-let-other-user-execute-vacuum-command-got-such-an-error-tp5599318p5599318.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: "W. David Jarvis"
Date:
Subject: Re: Valid query times out when run from bash script
Next
From: leaf_yxj
Date:
Subject: Re: postgresql commit.