foo/bar...

This commit is contained in:
Benoît S. 2017-02-03 10:47:41 +01:00
parent 67db1b0361
commit 3b9edf570c

View file

@ -497,6 +497,6 @@ $ pg_dump foo > foo.sql
$ psql bar < foo.sql $ psql bar < foo.sql
~~~ ~~~
~~~ ~~~
# sudo -iu postgres psql gitlab-maarch # sudo -iu postgres psql bar
REASSIGN OWNED BY "gitlab-public" TO "gitlab-maarch"; REASSIGN OWNED BY "foo" TO "bar";
~~~ ~~~