Hi all,
in pgsql,
while restoring the data using \i option,
i am getting sometimes..as
INSERT 0 1
INSERT 0 1
INSERT 0 1
and sometimes.... as
INSERT 18890 1
INSERT 18891 1
INSERT 18892 1
INSERT 18893 1
INSERT 18894 1
INSERT 18895 1
what does the above digits refers to????????????
any help will be gladly accepted??????
in pgsql,
while restoring the data using \i option,
i am getting sometimes..as
INSERT 0 1
INSERT 0 1
INSERT 0 1
and sometimes.... as
INSERT 18890 1
INSERT 18891 1
INSERT 18892 1
INSERT 18893 1
INSERT 18894 1
INSERT 18895 1
what does the above digits refers to????????????
any help will be gladly accepted??????
Comment