Table dublicates values
| От | Deniz Atak |
|---|---|
| Тема | Table dublicates values |
| Дата | |
| Msg-id | CAL30GtFWVG=2URvTz4MHzADV+zsrUw57EwHOnFBFF1-y0ur25g@mail.gmail.com обсуждение исходный текст |
| Ответы |
Re: Table dublicates values
Re: Table dublicates values |
| Список | pgsql-general |
Hi all,
I am using postgresql on Glassfish server. When I restart the server for some reason, one of my databases' tables duplicates the values. For example aTable is from aDatabase:
select * from aTable
col1 | col2
-----------------------+---------
text/html | 1672
text/javascript | 374
text/css | 94
text/xml | 21
text/plain | 14
text/html | 1672
text/javascript | 374
text/css | 94
text/xml | 21
text/plain | 14
Do you have any opinion why this is happening? I can write a workaround code to handle this situtation but I want to learn the reason for this. If someone has any opinion about this issue it will be highly appreciated. Thanks in advance.
I am using postgresql on Glassfish server. When I restart the server for some reason, one of my databases' tables duplicates the values. For example aTable is from aDatabase:
select * from aTable
col1 | col2
-----------------------+---------
text/html | 1672
text/javascript | 374
text/css | 94
text/xml | 21
text/plain | 14
text/html | 1672
text/javascript | 374
text/css | 94
text/xml | 21
text/plain | 14
Do you have any opinion why this is happening? I can write a workaround code to handle this situtation but I want to learn the reason for this. If someone has any opinion about this issue it will be highly appreciated. Thanks in advance.
В списке pgsql-general по дате отправления: