Sad(( is here nobody use postgresql with rails? Or I'm asking
something wrong?

On 18 май, 17:15, sleepwalker <[email protected]> wrote:
> Does Rails 3 support native working withpostgresqlschemas, or I
> should try some own solution?
>
> I have some already-createdpostgresqldatabase with 4 or somth
> schemas.
> By putting "schema_search_path: ejabber, public, admin, statistic"
> into database.yml I told Rails that I have more than 1schema.
> When I make "rake db:schema:dump" I have tables from all 4 schemas
> alphabetical with noschema-dependency.
>
> So the question is, when I'll be ready to deploy my app on production
> (via capistrano, for example), is there would be still 4 schemas in
> database, or only one? How does Rails keeps knowing which table
> belongs to whichschema?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to