BUG #13730: RM0jVhDZdP

From: nush2g8z(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13730: RM0jVhDZdP
Date: 2015-10-26 08:11:07
Message-ID: 20151026081107.3033.94486@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13730
Logged by: Ronny
Email address: nush2g8z(at)gmail(dot)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)

Browse pgsql-bugs by date

  From Date Subject
Next Message Shulgin, Oleksandr 2015-10-26 09:43:08 Re: BUG #13725: Logical Decoding - wrong results with large transactions and unfortunate timing
Previous Message Michael Paquier 2015-10-26 04:52:38 Re: BUG #13657: Some kind of undetected deadlock between query and "startup process" on replica.