Skip to content

Commit 231269a

Browse files
authored
chore: fix spanner_postgres_create_database region tag (GoogleCloudPlatform#2072)
1 parent 75edc7d commit 231269a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spanner/src/pg_create_database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Google\Cloud\Samples\Spanner;
2525

26-
// [START spanner_create_postgres_database]
26+
// [START spanner_postgresql_create_database]
2727
use Google\Cloud\Spanner\Admin\Database\V1\Client\DatabaseAdminClient;
2828
use Google\Cloud\Spanner\Admin\Database\V1\CreateDatabaseRequest;
2929
use Google\Cloud\Spanner\Admin\Database\V1\DatabaseDialect;
@@ -86,7 +86,7 @@ function pg_create_database(string $projectId, string $instanceId, string $datab
8686
printf('Created database %s with dialect %s on instance %s' . PHP_EOL,
8787
$databaseId, $dialect, $instanceId);
8888
}
89-
// [END spanner_create_postgres_database]
89+
// [END spanner_postgresql_create_database]
9090

9191
// The following 2 lines are only needed to run the samples
9292
require_once __DIR__ . '/../../testing/sample_helpers.php';

0 commit comments

Comments
 (0)