Open source RDBMS (relational database management system) when used in conjunction with the Ruby on Rails framework.
SELECT UNNEST(ARRAY[1,2,3,4]) While executing the above query I got the error like this: ERROR: function unnest(integer[]) does not …
postgresql rails-postgresql postgresql-9.0 postgresql-8.4I am building an analytics database (I have a firm understanding of the data and the business objectives and only …
database-design postgresql data-warehouse rails-postgresqlSELECT ARRAY[1,2,3] - ARRAY[5,NULL,6] I am using contrib _int.sql package for array operations in postgresql 8.4 In the above …
arrays postgresql null rails-postgresqlI'm having trouble with an SQL query in a scope. I need to return a collection of unique Project.titles …
ruby-on-rails ruby-on-rails-3 rails-activerecord rails-postgresqlI'm building a Rails application based on hexagonal architecture. One of my adapters is storage adapter (maintained as a gem) …
ruby-on-rails ruby ruby-on-rails-4 activerecord rails-postgresqlI want to have a "Customer" Model with a normal primary key and another column to store a custom "Customer …
ruby-on-rails ruby-on-rails-3.1 rails-migrations rails-models rails-postgresql