BUG #13730: RM0jVhDZdP - Mailing list pgsql-bugs

From nush2g8z@gmail.com
Subject BUG #13730: RM0jVhDZdP
Date
Msg-id 20151026081107.3033.94486@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13730
Logged by:          Ronny
Email address:      nush2g8z@gmail.com
PostgreSQL version: 9.1.17
Operating system:   65OySlxBbB
Description:

The comm utility is made for this sort of thing.  It takes two sotred files
and displays the lines only in file 1, only in file 2 and the common lines
in 3 columns.  To get only the lines only in file 2, suppress the display of
the other 2 columns:comm -13 <(sort file1) <(sort file2)

pgsql-bugs by date:

Previous
From: chenhj
Date:
Subject: Re: BUG #13723: "duplicate key" error occurs when update delete and insert the same row concurrently
Next
From:
Date:
Subject: Re: BUG #13725: Logical Decoding - wrong results with large transactions and unfortunate timing