Re: [GENERAL] Schemas and serials

2017-07-31 Thread Scott Marlowe
On Sat, Jul 29, 2017 at 1:17 PM, Melvin Davidson wrote: > > On Sat, Jul 29, 2017 at 3:38 PM, tel medola wrote: > >> Depends. >> When you create your tables in new schema, the script was the same from >> "qa"? >> Sequences, tables, etc.. belong to the

Re: [GENERAL] Schemas and serials

2017-07-30 Thread marcelo
Addendum: Some minutes ago, using EMS SQL Manager Lite, I tried what I was asking. First, I created a new schema. Then, I duplicated some of the transactional tables from the public schema, which is acting as a definition repository for those tables, to the new "transactional" schema. After

Re: [GENERAL] Schemas and serials

2017-07-30 Thread marcelo
Melvin: My example was somewhat inexact. The full question is as follows: I need to have two groups of tables: the "reference" ones (examples: city, country, customer) which will "reside" in the public schema, and the transaccional ones, which will reside in a schema representing one

Re: [GENERAL] Schemas and serials

2017-07-29 Thread Melvin Davidson
On Sat, Jul 29, 2017 at 3:38 PM, tel medola wrote: > Depends. > When you create your tables in new schema, the script was the same from > "qa"? > Sequences, tables, etc.. belong to the schema where was created. > > Roberto. > > Em sáb, 29 de jul de 2017 às 16:17, marcelo

Re: [GENERAL] Schemas and serials

2017-07-29 Thread tel medola
Depends. When you create your tables in new schema, the script was the same from "qa"? Sequences, tables, etc.. belong to the schema where was created. Roberto. Em sáb, 29 de jul de 2017 às 16:17, marcelo escreveu: > Some days ago I asked regarding tables located in

[GENERAL] Schemas and serials

2017-07-29 Thread marcelo
Some days ago I asked regarding tables located in different schemas. Now, my question is Suppose I have two schemas (other than public): "qa" and "production". Initially I create all my tables in "qa". All of them have a primary key of type serial. Later, I will copy the tables definitions to