[GENERAL] is this a bug ?
TABLE new_test_id_key RENAME TO test_id_key; DROP SEQUENCE new_test_id_seq ; -- this give an error... is this normal is this the normal behaviour ? Ced. -- Cedric BRINER ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[GENERAL] changing the sequence for a table
doesn't give the same value. the idea is to drop the ``old_test'' table. But before doing this, I'd like to alter the table ``test'' to use the sequence ``test_id_seq'' instead of ``test_new_seq_id''? can I do this ??? please