Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mn1Oa-0000wg-Eq for pgsql-novice@arkaria.postgresql.org; Tue, 16 Nov 2021 16:33:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mn1OZ-0006cF-DF for pgsql-novice@arkaria.postgresql.org; Tue, 16 Nov 2021 16:33:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mn1OZ-0006c5-3L for pgsql-novice@lists.postgresql.org; Tue, 16 Nov 2021 16:33:19 +0000 Received: from mail-io1-xd2f.google.com ([2607:f8b0:4864:20::d2f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mn1OW-0001LY-PQ for pgsql-novice@lists.postgresql.org; Tue, 16 Nov 2021 16:33:18 +0000 Received: by mail-io1-xd2f.google.com with SMTP id z26so26864880iod.10 for ; Tue, 16 Nov 2021 08:33:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=UeCwcTI3xgerInrJRYXj02rjS+azbgqjb43EsKT6jXY=; b=JfgPQ3VAqF9y3lUmQiwAN098vhVvdAx0Y7G5NRN+lY35AdVXLdNV2DTZnkaXQ93DAW NYxcpOpK2p0jR1b5d0Kahq6+oROWq3B/eFtGOBgYk8mQYS5Gs0re+UzipFWsG4f299J8 Kh37YqREQXeO8KU5CjYorFFf+BctHbwmIgqK9uxrI+0wVtuUd0ntfPzOhqP2P2jgwC8e /yBBiQ589Wiab3X3XtzJXPjEJM/MHrqsoXvDyDI3Xn+d2cohu/U6eRfL86ApdWyXfS2T tisq+gwznXFra12qTZ02aG4AjxPP7j+e6BuTUnGGll2NEfbDcinv9meIGjtv0Dg4ofCl CFAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UeCwcTI3xgerInrJRYXj02rjS+azbgqjb43EsKT6jXY=; b=sEzTnBACHZP8G5D5+dNDjV7N24rqkP5hiu9eDM6jDTd7CmFu90rnssgZ4fE8jV23Tb UBVluEMGM4MmoFv/YtcgRIILuWqNQ17pcR9JIuGFcpTA2F992gauqkn2pz/Pp2YeWknP JVRd718EcbDDfBUk4ozhxkk3E/0+P5QZXuLpTbV0zrPenffxe+pF3jTadtnStQXgQPis B/8yVRGPbbQesfNJmc2g0zaWc5hef5SqWhT9oQ6W6kMzpjSVWwCe2BOZpqowc2oNByke Eg0b6F5mSlpa97AFpxUSC5RpDjkHBTaiRpsrqiTPTM9tnkd5sBhbuMEdX+chGCsDpSWI FB/Q== X-Gm-Message-State: AOAM532EhI8mtyBzGUgLbOhU/NP6MumZjYKUjqy2Cr7CkRfCPPnil1As +pjWkmDeVq1Ka/CP1L01kOL6qEt6f+IQcYak/eQj22CIbYZfRg== X-Google-Smtp-Source: ABdhPJzxBcnCfrdF35cZKZCW9/nvycN1Ez06s4vi/SHkKjKyQ8vhAJtf6iHiy4SYMes/yIocXUUWWu3RtOAPO4cxtxs= X-Received: by 2002:a6b:6513:: with SMTP id z19mr5809851iob.82.1637080395338; Tue, 16 Nov 2021 08:33:15 -0800 (PST) MIME-Version: 1.0 From: Jean Baro Date: Tue, 16 Nov 2021 13:39:55 -0300 Message-ID: Subject: Naming projects for Postgresql ONLY. To: pgsql-novice@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000006edc4b05d0ea7b97" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000006edc4b05d0ea7b97 Content-Type: text/plain; charset="UTF-8" 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 --0000000000006edc4b05d0ea7b97 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi there,

I = am working on a project for PERSON (Lead, Prospect and Customer) deduplicat= ion that is done using 100% Postgresql capabilities (and its standard exten= sions present in AWS, GCP and Azure as well). Once extensively tested and r= obust enough I am planning on releasing it as Open Source (probably under P= G License).=C2=A0

To ens= ure people looking into this know it's a Postgresql only solution I was= considering naming it pg_person_dedupe or something on those lines.
<= div dir=3D"auto">
Please, am I allowed to use pg= _** as the name of this open source project?

Any suggestions recommendation would be really appreci= ated.=C2=A0

Thanks=C2=A0=
--0000000000006edc4b05d0ea7b97--