changing table owners in postgres from livecode

Peter Haworth pete at lcsql.com
Thu May 2 20:59:02 EDT 2013


On Thu, May 2, 2013 at 5:33 PM, Dr. Hawkins <dochawk at gmail.com> wrote:

> I've tried
> BEGIN TRANSACTION;
> CREATE TABLE blah bla blah;
> ALTER TABLE blah OWNER TO dhbk;
> COMMIT;
>
> and also a second transaction of just the ALTER, but I still own the
> tables.
>

Not familiar with postgres but maybe single quotes around dhbk?

Pete
lcSQL Software <http://www.lcsql.com>



More information about the use-livecode mailing list