File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
17361736def 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
17641764if __name__ == "__main__" : # noqa: C901
17651765 parser = argparse .ArgumentParser (
You can’t perform that action at this time.
0 commit comments