LoFa
Add
Login
Search
Title:
Tag1 for Path:
a single word in lower characters
Tag2 for Path:
List of alternative single tags:
one or many words in lower characters, separated by comma or space
Text:
<p>I had to rename and move a table in a new schema and assign a new role. </p> <pre> alter table vr.ax_control rename to lr_control; alter table vr.lr_control set schema fabrik; alter table fabrik.lr_control owner to fabrik; </pre> <pre> \dt fabrik.* List of relations Schema | Name | Type | Owner -------------+-----------------------------+-------+------------- fabrik | lr_control | table | fabrik </pre>
URL:
Operation:
Delete
Update
Insert
Template Prompt