Q Beukes <[EMAIL PROTECTED]> writes:
> Is this a bug or a feature (PG 8.1.3)?
> If have a two schemas called: cbt and core.
> I have a sequence: core.invoicesids_seq.
> I have a couple of tables in cbt having columns with defaults:
> nextval('core.invoicesids_seq')
> When I dump the database, the
On 8/4/06, Q Beukes <[EMAIL PROTECTED]> wrote:
[...]
When I dump the database, the tables dumped for "cbt" dont have alter
commands to set the default values to
"nextval('core.invoicesids_seq')" again. Those columns are simply
created as serial fields, and their values set to "1, false".
So when