Hai,
I have taken pgdump of a table which contains "serial" datatype. When i
try to populate it into another database the sequence is not created.
Why it is so?
Please help me,
Ramesh
I took pgdump of the table using
pg_dump olddb -t grms_filter_table_list > tables.pgdump
i restored the table in another database using
cat tables.pgdump | psql newdb
i have the table in new database whose str is as follows
Table "grms_filter_table_list"
Attribute | Type | Modifier
------------+-------------+-------------------------------------------------------------------
table_id | integer | not null default
nextval('grms_filter_table__table_id_seq'::text)
table_name | varchar(50) |
disp_as | varchar(50) |
Index: grms_filter_table__table_id_key
when i try to insert new record, i get following error
ERROR: Relation 'grms_filter_table__table_id_seq' does not exist
Please advice me as how to take the pgdump with serial data type (ie
table which has sequence)
Thanks in advance
Ramesh HR
begin:vcard
n:HR;Ramesh
tel;fax:6675274
tel;home:91-0821-498071
tel;work:91-080-6601086/ 91-080-6602365/ 91-080-6672984 Extn. 155
x-mozilla-html:FALSE
url:www.easi.soft.net
org:EASi Technologies;IT Services
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;213, 3rd Main,=0D=0A4th Cross,=0D=0AChamrajpet ;Bangalore;Karnataka;560 018;India
x-mozilla-cpt:;20992
fn:Ramesh HR
end:vcard