Hello list! I am trying to move my application from mysql to postgresql and I am a bit stuck. When reading postgres documentation I've found that I can use separate Schemas within single postgresql database. But when I am trying to connect my models to the database I get “relation does not exist” errors as a connection does not know in which schema to search for tables.
So how should I mention a schema in a model so that it generates full table names with prefix? Or how to inject a search_path initialization code right after a database connection? (I use separate models for different schemas) Regards, Gennady _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
