Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 9ae2278

Browse files
authored
Update pg_snippets.py with correct tags
1 parent 7533466 commit 9ae2278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/samples/pg_snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ def drop_sequence(instance_id, database_id):
17321732

17331733
# [END spanner_postgresql_drop_sequence]
17341734

1735-
# [START spanner_postgres_dml_last_statement]
1735+
# [START spanner_postgresql_dml_last_statement]
17361736
def dml_last_statement_option(instance_id, database_id):
17371737
"""Inserts and updates using DML where the update set the last statement option."""
17381738
# instance_id = "your-spanner-instance"
@@ -1759,7 +1759,7 @@ def insert_and_update_singers(transaction):
17591759
database.run_in_transaction(insert_and_update_singers)
17601760

17611761

1762-
# [END spanner_postgres_dml_last_statement]
1762+
# [END spanner_postgresql_dml_last_statement]
17631763

17641764
if __name__ == "__main__": # noqa: C901
17651765
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)