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 1opJQl-0004pW-At for pgsql-novice@arkaria.postgresql.org; Mon, 31 Oct 2022 01:17:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1opJQk-0001Ii-3G for pgsql-novice@arkaria.postgresql.org; Mon, 31 Oct 2022 01:17:34 +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 1opJQj-0001IZ-Iy for pgsql-novice@lists.postgresql.org; Mon, 31 Oct 2022 01:17:33 +0000 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1opJQc-0006Xg-O8 for pgsql-novice@lists.postgresql.org; Mon, 31 Oct 2022 01:17:32 +0000 Received: by mail-wr1-x42b.google.com with SMTP id o4so13960936wrq.6 for ; Sun, 30 Oct 2022 18:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=rzYuEmrZDoReqk3U0tDl7lN+n1md7Xb55Z9Wr2NueTI=; b=SQCMymazyphOL2aHvs5+pzrmtUxSCL7Iok72aV2kwJ90fTcKjumC0TIlR5OzqOuyfN yZmEQZOR0oRQo/Zc6p7WFuhpLG9+Achx7/r+4zbYJfwa4ctMBIDs1+FeEdbuo/W8BBQK lpKxEtirpy8iJTH9Zg3IVhvMAjYbP0BrRJ+Rgh6onEdvIAEcXWqzeSgESdgusyqoEiR/ 9FpB9XFvqKDCv6F6rbW8TRl8hpBEQTsJIAqHJkwvYwVthsY6RufCFZzwNEFs8pATNa/3 gbl83zVSGBaQxpJIeLL/acouBqqjwnNqv1RfwHsBnUM2rN/yDl83PmUFdu7HcvL0RJqu RZ2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=rzYuEmrZDoReqk3U0tDl7lN+n1md7Xb55Z9Wr2NueTI=; b=TqD024u8yk1Xn+tx2V8c60JjTkWfdsdwN4uxGw/J1DHkqFGwJH+LTlUOFayDlJjj+w r9YMhyUMGQvAU1qK4SgY+DNJLqecai9dbLpgv8WyuQNKrgtNqM9XOwtqbNbMFfHe32zN yejeDjE8y670byH9p6M3qwP9rrWS3vHOVYnbe0ydJRJPN6BuOz2MweYdKJQSzAkeE4MW ZA09kbff3cBepJAPlFu6Re3boZSUXjl074SWKR98NKvlJF149wKVKezf5zkTtpGF57Qp R2cRW/ohABlskZKiQ/ZmKOOh6PTsAweRtiV9PjKYvDiPsqYcGTRvL/RIALsUt800/37g Vflw== X-Gm-Message-State: ACrzQf0VH59hUCdo386jQlQqzhp4CZCiLAChK5I/mfVRcd7HXhHmLGHB Io5CeeoD0NDcq4WV7QWtD0kBQJKXtHRbX/zTQrw= X-Google-Smtp-Source: AMsMyM5Wgvq1Ie1q/M6tSYLvObf5AbxX007boXItjkMGtYDH7S/RAbx6cUoIHqdii7YElKXB+6soiIvt0WMpb9CcYZQ= X-Received: by 2002:a5d:5908:0:b0:236:90d4:4eec with SMTP id v8-20020a5d5908000000b0023690d44eecmr6138480wrd.182.1667179045243; Sun, 30 Oct 2022 18:17:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Steve Baldwin Date: Mon, 31 Oct 2022 12:17:14 +1100 Message-ID: Subject: Re: Syntax error To: Simon Connah Cc: pgsql-novice Content-Type: multipart/alternative; boundary="000000000000c4cdfc05ec4a5e1a" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000c4cdfc05ec4a5e1a Content-Type: text/plain; charset="UTF-8" > > > The SQL file and error can be found here: > > https://gist.github.com/simonconnah/eddeed2661949c90f34ff91a3db3191b > > Not sure what you're trying to achieve with the (...) after the "RETURNS ms_user" but you could just say "RETURNS muzikstrm_user" and get rid of the (...) after it. --000000000000c4cdfc05ec4a5e1a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

The SQL file and error can be found here:

https://gist.github.com/simoncon= nah/eddeed2661949c90f34ff91a3db3191b

Not sure what = you're trying to achieve with the (...) after the "RETURNS ms_user= " but you could just say "RETURNS muzikstrm_user" and get ri= d of the (...) after it.
--000000000000c4cdfc05ec4a5e1a--