Project

General

Profile

Bug #5677

Updated by Peter Amstutz about 9 years ago

<pre> 
 psql:/home/peter/work/arvados/services/api/db/structure.sql:22: ERROR:    must be owner of extension plpgsql 
 </pre> 

 By now we've all gotten used to ignoring this warning, but it confuses new users, and I don't think we are even using the "plpgsql" extension (I believe it was being used for a special case of partial indexes on name links a long time ago, which we stopped doing after #3036.) 

Back