changing table owners in postgres from livecode

Mark Wieder mwieder at ahsoftware.net
Thu May 2 21:27:25 EDT 2013


Richard-

Thursday, May 2, 2013, 5:33:17 PM, you wrote:

> I've tried
> BEGIN TRANSACTION;
> CREATE TABLE blah bla blah;
> ALTER TABLE blah OWNER TO dhbk;
> COMMIT;

Are you trying to put all that into a single sql command? I don't
think you can do that from LC. That is, I don't think the execute sql
statement supports multiple catenated statements.

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list