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 1mnN4f-0006ZM-NJ for pgsql-novice@arkaria.postgresql.org; Wed, 17 Nov 2021 15:42:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mnN4e-0005GV-KL for pgsql-novice@arkaria.postgresql.org; Wed, 17 Nov 2021 15:42:12 +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 1mnN4e-0005GM-61 for pgsql-novice@lists.postgresql.org; Wed, 17 Nov 2021 15:42:12 +0000 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mnN4b-0004GG-6u for pgsql-novice@lists.postgresql.org; Wed, 17 Nov 2021 15:42:11 +0000 Received: by mail-wm1-x32e.google.com with SMTP id d72-20020a1c1d4b000000b00331140f3dc8so2466441wmd.1 for ; Wed, 17 Nov 2021 07:42:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cybertec-at.20210112.gappssmtp.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=JLYNVhiSaQuRAsQlpPMB5CRV6lVxFlABuYdSVQbVrdY=; b=LWETPxFLk8KoIxO2ZcDYueuaoHqGGoPcxHrXz6xyMGbGTjOnhlowOCEFigKJIGuHUU W5eeYu0di/yCaQLdtTYBmQRxW7/5xW7EPRVKKMryixnPHPbWvn7kY3DQwlSVY7m7j9ab uduvXHWtRd5a5F9MQBOPb025tREXhMM4aokpZuyUzD3gQK6+AMOGkBkGizYUJtSRYVOJ dk8zMOBNDo7n53F0H1Y46gJ+LbTu6UdQDsSJRILp1SOhh8xyu4d2lVpRItj7KRzL1Qdu llnKOEtZY9LUv9LNGDXYEXsuz/ucLVwufxc5zTAQrJMKVBcHr24hpFfR62omTT2Jt7Nr 0EtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=JLYNVhiSaQuRAsQlpPMB5CRV6lVxFlABuYdSVQbVrdY=; b=C9Eq5o9O4GpncHTp2poBRvbrp8WgmEh/MpXrA9qgGxxegVz4g6c473HKbHdoSwQrUm 06ukPrhJeD2jcMCacC/oStCGCHibo7XhtQvrYQVqj8CC3PS3SoO+FpnzGYnLx0sI/++J DGJmsAq7EmHdAVKcjS4e+5zvH8g4FFTzuJcqALNkg3P7yfvf7vhrjCGptbxMF9IqXzAW Qzcdae1Ys2SCuZ+xwy4rBxhVRhEkIETVX0OBCsRVyndSrxeHYDQe0ojtiL2r/h/rig45 qafvJgkM36/utokSe738tQWsFpmmPfWtjr73/5MP8eLLFwQhjKOHj8OSlMP2Bru+X2FM Fp/w== X-Gm-Message-State: AOAM530A96x2FN8GAa6I+ASJOP/DxymAb6BZLYIn9JvT8RbBepPk/pOo 3yZmIAAlvLIiBHL0PqmNFPKcEw== X-Google-Smtp-Source: ABdhPJxD5VCyYcwR0ibRj4H1TPK+bNeJf284CSkbzErHxuaOECw/IudwapwvZk4wlqd9hF/ysPjrjA== X-Received: by 2002:a7b:c8ca:: with SMTP id f10mr776003wml.6.1637163726808; Wed, 17 Nov 2021 07:42:06 -0800 (PST) Received: from localhost.localdomain (62-46-250-24.adsl.highway.telekom.at. [62.46.250.24]) by smtp.gmail.com with ESMTPSA id l4sm188970wrv.94.2021.11.17.07.42.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Nov 2021 07:42:06 -0800 (PST) Message-ID: Subject: Re: Naming projects for Postgresql ONLY. From: Laurenz Albe To: Jean Baro , pgsql-novice@lists.postgresql.org Date: Wed, 17 Nov 2021 16:42:05 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4 (3.40.4-2.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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