I have an application in a schema and now i need to create other schemas b/c the app needs to support different languages, is there an easy way to copy an entire schema to a new one (tables, contents, trigges, functions, etc..)?
right now i just have
what I want is
- schema
- schema_ar
- schema_ru
- etc...