GNU bug report logs - #9325
document that "all bets are off if the file contains non-unique join fields"

Previous Next

Package: coreutils;

Reported by: jidanni <at> jidanni.org

Date: Thu, 18 Aug 2011 21:29:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pádraig Brady <P <at> draigBrady.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#9325: closed (document that "all bets are off if the file
 contains non-unique join fields")
Date: Fri, 19 Aug 2011 10:19:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 19 Aug 2011 11:16:13 +0100
with message-id <4E4E37ED.9050908 <at> draigBrady.com>
and subject line Re: bug#9325: document that "all bets are off if the file contains non-unique join fields"
has caused the GNU bug report #9325,
regarding document that "all bets are off if the file contains non-unique join fields"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
9325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9325
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jidanni <at> jidanni.org
To: bug-coreutils <at> gnu.org
Subject: document that "all bets are off if the file contains non-unique join
	fields"
Date: Fri, 19 Aug 2011 04:29:32 +0800
Mention in the join(1) documents that "all bets are off if the file
contains non-unique join fields", e.g.,
a
b
b
c
Also mention if you get this email.


[Message part 3 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: jidanni <at> jidanni.org
Cc: 9325-done <at> debbugs.gnu.org
Subject: Re: bug#9325: document that "all bets are off if the file contains
	non-unique join fields"
Date: Fri, 19 Aug 2011 11:16:13 +0100
On 08/18/2011 09:29 PM, jidanni <at> jidanni.org wrote:
> Mention in the join(1) documents that "all bets are off if the file
> contains non-unique join fields", e.g.,
> a
> b
> b
> c
> Also mention if you get this email.

non unique fields are supported

$ join <(printf "%s\n" 'a 1' 'b 2' 'b 3' 'c 4') <(printf "%s\n" a b c)
a 1
b 2
b 3
c 4

cheers,
Pádraig.


This bug report was last modified 13 years and 277 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.