public inbox for [email protected]
help / color / mirror / Atom feedNaming projects for Postgresql ONLY.
12+ messages / 5 participants
[nested] [flat]
* Naming projects for Postgresql ONLY.
@ 2021-11-16 16:39 Jean Baro <[email protected]>
0 siblings, 1 reply; 12+ messages in thread
From: Jean Baro @ 2021-11-16 16:39 UTC (permalink / raw)
To: [email protected]
Hi there,
I am working on a project for PERSON (Lead, Prospect and Customer)
deduplication that is done using 100% Postgresql capabilities (and its
standard extensions present in AWS, GCP and Azure as well). Once
extensively tested and robust enough I am planning on releasing it as Open
Source (probably under PG License).
To ensure people looking into this know it's a Postgresql only solution I
was considering naming it pg_person_dedupe or something on those lines.
Please, am I allowed to use pg_** as the name of this open source project?
Any suggestions recommendation would be really appreciated.
Thanks
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-17 15:42 Laurenz Albe <[email protected]>
parent: Jean Baro <[email protected]>
0 siblings, 2 replies; 12+ messages in thread
From: Laurenz Albe @ 2021-11-17 15:42 UTC (permalink / raw)
To: Jean Baro <[email protected]>; [email protected]
On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
> I am working on a project for PERSON (Lead, Prospect and Customer) deduplication that
> is done using 100% Postgresql capabilities (and its standard extensions present in AWS,
> GCP and Azure as well). Once extensively tested and robust enough I am planning on
> releasing it as Open Source (probably under PG License).
>
> To ensure people looking into this know it's a Postgresql only solution I was considering naming it pg_person_dedupe or something on those lines.
>
> Please, am I allowed to use pg_** as the name of this open source project?
I see no problem with that.
Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-17 16:46 Jean Baro <[email protected]>
parent: Laurenz Albe <[email protected]>
1 sibling, 0 replies; 12+ messages in thread
From: Jean Baro @ 2021-11-17 16:46 UTC (permalink / raw)
To: Laurenz Albe <[email protected]>; +Cc: [email protected]
Great, thanks!
Em qua., 17 de nov. de 2021 12:42, Laurenz Albe <[email protected]>
escreveu:
> On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
> > I am working on a project for PERSON (Lead, Prospect and Customer)
> deduplication that
> > is done using 100% Postgresql capabilities (and its standard extensions
> present in AWS,
> > GCP and Azure as well). Once extensively tested and robust enough I am
> planning on
> > releasing it as Open Source (probably under PG License).
> >
> > To ensure people looking into this know it's a Postgresql only solution
> I was considering naming it pg_person_dedupe or something on those lines.
> >
> > Please, am I allowed to use pg_** as the name of this open source
> project?
>
> I see no problem with that.
>
> Yours,
> Laurenz Albe
> --
> Cybertec | https://www.cybertec-postgresql.com
>
>
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-18 17:30 Bruce Momjian <[email protected]>
parent: Laurenz Albe <[email protected]>
1 sibling, 1 reply; 12+ messages in thread
From: Bruce Momjian @ 2021-11-18 17:30 UTC (permalink / raw)
To: Laurenz Albe <[email protected]>; +Cc: Jean Baro <[email protected]>; [email protected]
On Wed, Nov 17, 2021 at 04:42:05PM +0100, Laurenz Albe wrote:
> On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
> > I am working on a project for PERSON (Lead, Prospect and Customer) deduplication that
> > is done using 100% Postgresql capabilities (and its standard extensions present in AWS,
> > GCP and Azure as well). Once extensively tested and robust enough I am planning on
> > releasing it as Open Source (probably under PG License).
> >
> > To ensure people looking into this know it's a Postgresql only solution I was considering naming it pg_person_dedupe or something on those lines.
> >
> > Please, am I allowed to use pg_** as the name of this open source project?
>
> I see no problem with that.
Agreed, you might want to look here:
https://www.postgresql.org/about/policies/trademarks/
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-18 17:33 Tom Lane <[email protected]>
parent: Bruce Momjian <[email protected]>
0 siblings, 1 reply; 12+ messages in thread
From: Tom Lane @ 2021-11-18 17:33 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Laurenz Albe <[email protected]>; Jean Baro <[email protected]>; [email protected]
Bruce Momjian <[email protected]> writes:
> On Wed, Nov 17, 2021 at 04:42:05PM +0100, Laurenz Albe wrote:
>> On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
>>> Please, am I allowed to use pg_** as the name of this open source project?
>> I see no problem with that.
> Agreed, you might want to look here:
> https://www.postgresql.org/about/policies/trademarks/
Note that there is no trademark on "pg", so those policies don't
really apply here. I concur that there's no issue with Jean
using "pg" as a name prefix --- there are lots of other people
doing the same.
regards, tom lane
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-18 17:38 Bruce Momjian <[email protected]>
parent: Tom Lane <[email protected]>
0 siblings, 1 reply; 12+ messages in thread
From: Bruce Momjian @ 2021-11-18 17:38 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Laurenz Albe <[email protected]>; Jean Baro <[email protected]>; [email protected]
On Thu, Nov 18, 2021 at 12:33:32PM -0500, Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > On Wed, Nov 17, 2021 at 04:42:05PM +0100, Laurenz Albe wrote:
> >> On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
> >>> Please, am I allowed to use pg_** as the name of this open source project?
>
> >> I see no problem with that.
>
> > Agreed, you might want to look here:
> > https://www.postgresql.org/about/policies/trademarks/
>
> Note that there is no trademark on "pg", so those policies don't
> really apply here. I concur that there's no issue with Jean
> using "pg" as a name prefix --- there are lots of other people
> doing the same.
Yes, good point.
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Naming projects for Postgresql ONLY.
@ 2021-11-18 17:40 Jean Baro <[email protected]>
parent: Bruce Momjian <[email protected]>
0 siblings, 1 reply; 12+ messages in thread
From: Jean Baro @ 2021-11-18 17:40 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: Tom Lane <[email protected]>; Laurenz Albe <[email protected]>; [email protected]
Great, thanks!
On Thu, Nov 18, 2021 at 2:38 PM Bruce Momjian <[email protected]> wrote:
> On Thu, Nov 18, 2021 at 12:33:32PM -0500, Tom Lane wrote:
> > Bruce Momjian <[email protected]> writes:
> > > On Wed, Nov 17, 2021 at 04:42:05PM +0100, Laurenz Albe wrote:
> > >> On Tue, 2021-11-16 at 13:39 -0300, Jean Baro wrote:
> > >>> Please, am I allowed to use pg_** as the name of this open source
> project?
> >
> > >> I see no problem with that.
> >
> > > Agreed, you might want to look here:
> > > https://www.postgresql.org/about/policies/trademarks/
> >
> > Note that there is no trademark on "pg", so those policies don't
> > really apply here. I concur that there's no issue with Jean
> > using "pg" as a name prefix --- there are lots of other people
> > doing the same.
>
> Yes, good point.
>
> --
> Bruce Momjian <[email protected]> https://momjian.us
> EDB https://enterprisedb.com
>
> If only the physical world exists, free will is an illusion.
>
>
^ permalink raw reply [nested|flat] 12+ messages in thread
* Email list removal
@ 2021-11-18 17:42 James Pitchford <[email protected]>
parent: Jean Baro <[email protected]>
0 siblings, 1 reply; 12+ messages in thread
From: James Pitchford @ 2021-11-18 17:42 UTC (permalink / raw)
To: [email protected]
Please can someone advise how to remove myself from this email list.
Jim
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Email list removal
@ 2021-11-18 17:50 Tom Lane <[email protected]>
parent: James Pitchford <[email protected]>
0 siblings, 2 replies; 12+ messages in thread
From: Tom Lane @ 2021-11-18 17:50 UTC (permalink / raw)
To: James Pitchford <[email protected]>; +Cc: [email protected]
James Pitchford <[email protected]> writes:
> Please can someone advise how to remove myself from this email list.
See the List-Unsubscribe link, in the headers of every email you
receive from the list.
regards, tom lane
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Email list removal
@ 2021-11-18 17:59 James Pitchford <[email protected]>
parent: Tom Lane <[email protected]>
1 sibling, 0 replies; 12+ messages in thread
From: James Pitchford @ 2021-11-18 17:59 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]
Tom
There is no unsubscribe link (but there should be!).
I also tried the help link in the headers but when trying to reset my email I get
Account error
This account cannot change password as it's connected to a third party login site.
A bit stuck.
Jim
> On 18 Nov 2021, at 12:50, Tom Lane <[email protected]> wrote:
>
> James Pitchford <[email protected]> writes:
>> Please can someone advise how to remove myself from this email list.
>
> See the List-Unsubscribe link, in the headers of every email you
> receive from the list.
>
> regards, tom lane
>
>
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Email list removal
@ 2021-11-18 18:00 James Pitchford <[email protected]>
parent: Tom Lane <[email protected]>
1 sibling, 1 reply; 12+ messages in thread
From: James Pitchford @ 2021-11-18 18:00 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]
Ah, now found it.
I believe that link should be in the body of the email not hidden in the headers.
Jim
> On 18 Nov 2021, at 12:50, Tom Lane <[email protected]> wrote:
>
> James Pitchford <[email protected]> writes:
>> Please can someone advise how to remove myself from this email list.
>
> See the List-Unsubscribe link, in the headers of every email you
> receive from the list.
>
> regards, tom lane
^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: Email list removal
@ 2021-11-18 18:16 Tom Lane <[email protected]>
parent: James Pitchford <[email protected]>
0 siblings, 0 replies; 12+ messages in thread
From: Tom Lane @ 2021-11-18 18:16 UTC (permalink / raw)
To: James Pitchford <[email protected]>; +Cc: [email protected]
James Pitchford <[email protected]> writes:
> I believe that link should be in the body of the email not hidden in the headers.
That's a fairly bad idea, actually. Aside from it being a distracting
nuisance most of the time, people who include the entire body of a
message in their replies (which sadly is way too many people) would
be exposing the info needed to unsubscribe them. Also, we can't
modify the bodies of messages as they pass through the list server
without breaking various anti-spam protocols.
regards, tom lane
^ permalink raw reply [nested|flat] 12+ messages in thread
end of thread, other threads:[~2021-11-18 18:16 UTC | newest]
Thread overview: 12+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 16:39 Naming projects for Postgresql ONLY. Jean Baro <[email protected]>
2021-11-17 15:42 ` Laurenz Albe <[email protected]>
2021-11-17 16:46 ` Jean Baro <[email protected]>
2021-11-18 17:30 ` Bruce Momjian <[email protected]>
2021-11-18 17:33 ` Tom Lane <[email protected]>
2021-11-18 17:38 ` Bruce Momjian <[email protected]>
2021-11-18 17:40 ` Jean Baro <[email protected]>
2021-11-18 17:42 ` Email list removal James Pitchford <[email protected]>
2021-11-18 17:50 ` Re: Email list removal Tom Lane <[email protected]>
2021-11-18 17:59 ` Re: Email list removal James Pitchford <[email protected]>
2021-11-18 18:00 ` Re: Email list removal James Pitchford <[email protected]>
2021-11-18 18:16 ` Re: Email list removal Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox