Skip to content

Instantly share code, notes, and snippets.

@aaronr
Created August 14, 2012 22:28
Show Gist options
  • Save aaronr/3353560 to your computer and use it in GitHub Desktop.
Save aaronr/3353560 to your computer and use it in GitHub Desktop.
Failed to apply update 3 (/data2/erd.noaaerma.org/regional/gulfofmexico/ERMA/database/updates/update_3.py)
Traceback (most recent call last):
File "setupSiteDB.py", line 575, in apply_database_updates
update_module.updateDDL(cursor, schema, config)
File "/data2/erd.noaaerma.org/regional/gulfofmexico/ERMA/database/updates/update_3.py", line 70, in updateDDL
cursor.execute(qs)
File "/data2/erd.noaaerma.org/regional/gulfofmexico/venv/erma/lib/python2.6/site-packages/psycopg2/extras.py", line 123, in execute
return _cursor.execute(self, query, vars)
ProgrammingError: function toc_text2var(text, character varying) does not exist
LINE 10: toc_text2var('data-legend'::text, data_layer...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment