Re: [HACKERS] Little Suggestion for 6.6

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Daniele Orlandi <daniele(at)orlandi(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Little Suggestion for 6.6
Date: 1999-06-29 23:56:57
Message-ID: Pine.BSF.4.05.9906292054050.49155-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 30 Jun 1999, Daniele Orlandi wrote:

>
> I don't know what SQL standards say about this, but in:
>
> tacacs=> SELECT * FROM users,counters WHERE users.username=counters.username AND
> username='foobar';
> ERROR: Column 'username' is ambiguous
>
> ...username is NOT ambiguous...

Of course it is...which username do you want to match on, users.username
or counters.username?

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-06-29 23:59:04 RE: [HACKERS] changing major/minor on libpq for releases ...
Previous Message Bruce Momjian 1999-06-29 23:36:26 Re: [HACKERS] Hot Backup Ability