Update create_distributed_table_concurrently.out

pull/7219/head
Onur Tirtir 2023-09-24 16:03:45 +03:00 committed by GitHub
parent b940d975a6
commit 73b7157e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ select create_distributed_table('dist_1', 'a');
set citus.shard_replication_factor to 1;
create table dist_2(a int);
select create_distributed_table_concurrently('dist_2', 'a', colocate_with=>'dist_1');
ERROR: cannot create a replicated distributed a table concurrently
ERROR: cannot create a replicated distributed table concurrently
begin;
select create_distributed_table_concurrently('test','key');
ERROR: create_distributed_table_concurrently cannot run inside a transaction block