HornsAndHooves / pg_saurus

ActiveRecord extension to get more from PostgreSQL.
Other
27 stars 12 forks source link

A fix for dumping database functions with return type 'table' #42

Closed albertosaurus closed 2 years ago

albertosaurus commented 2 years ago

Return types should be dumped as strings instead of trying to turn them into symbols. Function return types can be more complex then single words.