mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Fix typo in comment
This commit is contained in:
@ -221,7 +221,7 @@ if curs.rowcount != pagecount:
|
||||
numchanges = 0
|
||||
|
||||
# If the previous step succeeded, delete all the documentation for the specified version
|
||||
# and insert into / updatethe doc table the content that was loaded into the temporary table
|
||||
# and insert into / update the doc table the content that was loaded into the temporary table
|
||||
curs.execute("DELETE FROM docs WHERE version=%(version)s AND NOT EXISTS (SELECT 1 FROM docsload WHERE docsload.file=docs.file)", {
|
||||
'version': ver,
|
||||
})
|
||||
|
Reference in New Issue
Block a user