> On 25 Jan 2024, at 05:58, PG Doc comments form wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/tutorial-join.html
> Description:
>
> CREATE EXTENSION plpython3u;
>
> [2024-01-25 05:56:50] [58P01] ERROR: could not loa
On 31/08/2023 01:29 CEST PG Doc comments form wrote:
> Page: https://www.postgresql.org/docs/15/indexes-partial.html
> Description:
>
> The IP addresses used to exemplify which one will be covered by the partial
> index are inverted.
No, the example is correct. It's about only indexing addresse
PG Doc comments form writes:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/14/xfunc-sql.html
> Description:
> On the page „ 38.5. Query Language (SQL) Functions“ below the example
> CREATE FUNCTION new_emp() RETURNS emp AS $$
>
Disregard. This was an IDE issue.
On 11/14/21 10:52 PM, PG Doc comments form wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/13/functions-event-triggers.html
Description:
https://www.postgresql.org/docs/13/functions-event-trigger
On Mon, 2021-11-15 at 05:52 +, PG Doc comments form wrote:
> Two issues here:
> 1) The CREATE EVENT TRIGGER command in the sample code does not execute (see
> output below)
It works just fine for me.
> 2) When executed in an anonymous do block, there is no error. The CREATE
> EVENT TRIGGER e
On Tue, Aug 31, 2021 at 06:14:32PM -0700, David G. Johnston wrote:
> On Tuesday, August 31, 2021, Mathieu Decelles St-Pierre <
> mathieu.decelles.stpie...@gmail.com> wrote:
>
> So there is no SQL command that we can use to list the Text Search
> Configurations on a system?
>
>
> There is
So there is no SQL command that we can use to list the Text Search
Configurations on a system?
Mathieu
mathieu.decelles.stpie...@gmail.com
On Tue, Aug 31, 2021 at 3:22 PM David G. Johnston <
david.g.johns...@gmail.com> wrote:
> On Tuesday, August 31, 2021, PG Doc comments form
> wrote:
>
>> T
On Tuesday, August 31, 2021, Mathieu Decelles St-Pierre <
mathieu.decelles.stpie...@gmail.com> wrote:
> So there is no SQL command that we can use to list the Text Search
> Configurations on a system?
>
There is…its not like psql has some special privilege to get that info from
the server…
You c
On Tuesday, August 31, 2021, PG Doc comments form
wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/13/textsearch-configuration.html
> Description:
>
> In /13/textsearch-configuration.html, the last script block starts with
> so
On Thu, May 27, 2021 at 07:21:16PM +0900, 近藤雄太 wrote:
> First, the config option that specified the kerberos installation
> directory was still "krb5", so we changed it to "gss".
Thanks Kondo-san. Wow. So this has been actually untested for many
years. The stuff got renamed in the MSVC scripts
Hi,
>>> @ Owners of hamerkop, could you look at updating the krb5 installation
>>> on this animal? This include path used seems out of date compared to
>>> the MSI installers upstream provides.
>>
>> OK. We'll have it done in a few days.
>
>Thanks!
Thanks for your patience.
We found some probl
On Thu, May 20, 2021 at 11:04:05AM +0900, 近藤雄太 wrote:
>> @ Owners of hamerkop, could you look at updating the krb5 installation
>> on this animal? This include path used seems out of date compared to
>> the MSI installers upstream provides.
>
> OK. We'll have it done in a few days.
Thanks!
--
Mi
Hi Michael,
> @ Owners of hamerkop, could you look at updating the krb5 installation
> on this animal? This include path used seems out of date compared to
> the MSI installers upstream provides.
OK. We'll have it done in a few days.
--
Kondo Yuta
On Wed, May 19, 2021 at 10:56:23AM -0400, Andrew Dunstan wrote:
> I have no idea - it's not my animal. Maybe ask the owner
>
Oops, I thought that this was yours. I am adding those folks in CC of
this thread.
> I guess maybe I should look at adding kerberos to one of the animals I
> do control.
On 5/18/21 8:15 PM, Michael Paquier wrote:
> Hi Andrew,
>
> On Tue, May 18, 2021 at 08:15:35AM -0500, Brian Ye wrote:
>> Thanks for the reply.
>> Yes I also saw that after installing 64-bit, the 32-bit "bin" and "include"
>> directories were removed.
>> I think the content of the "include" are co
Hi Andrew,
On Tue, May 18, 2021 at 08:15:35AM -0500, Brian Ye wrote:
> Thanks for the reply.
> Yes I also saw that after installing 64-bit, the 32-bit "bin" and "include"
> directories were removed.
> I think the content of the "include" are common for both 32- and 64-bit.
> Windows can run both 3
Hi Michael,
Thanks for the reply.
Yes I also saw that after installing 64-bit, the 32-bit "bin" and "include"
directories were removed.
I think the content of the "include" are common for both 32- and 64-bit.
Windows can run both 32-bit and
64-bit binaries so removing these 2 directories is probabl
On Mon, May 17, 2021 at 08:07:02PM +, PG Doc comments form wrote:
> The Solution.pm file has the following lines:
> if ($self->{options}->{gss})
> {
> $proj->AddIncludeDir($self->{options}->{gss} . '\inc\krb5');
> $proj->AddLibrary($self->{options}->{gss} .
> '\
PG Doc comments form writes:
> Under the topic "Encrypting Data Across A Network", I think there seems to
> be a documentation error.
> ERROR: (host) should be replaced by (hostnogssenc).
> The pg_hba.conf file allows administrators to specify which hosts can use
> non-encrypted connections (hos
On Tue, Mar 03, 2020 at 01:30:15PM +, PG Doc comments form wrote:
> In the block after this sentence: "This acquires a row-level lock on the row
> with the specified account number. Then, the second transaction executes:"
> The second update statement has the worng
What do you think is wrong h
On Thursday, March 28, 2019 3:44 PM, PG Doc comments form
wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/xfunc-sql.html
> Description:
>
> > hello
> > i've descovered a small error - instead of integer should be numeric
On Tue, Mar 5, 2019 at 09:11:14AM -0800, Andres Freund wrote:
> Hi,
>
> On 2019-03-05 11:05:31 -0500, Bruce Momjian wrote:
> > On Fri, Mar 1, 2019 at 05:58:21AM +, PG Doc comments form wrote:
> > > The following documentation comment has been logged on the website:
> > >
> > > Page: https:/
Hi,
On 2019-03-05 11:05:31 -0500, Bruce Momjian wrote:
> On Fri, Mar 1, 2019 at 05:58:21AM +, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/9.6/runtime-config-wal.html
> > Description:
> >
>
On Fri, Mar 1, 2019 at 05:58:21AM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/runtime-config-wal.html
> Description:
>
> https://www.postgresql.org/docs/9.6/runtime-config-wal.html
> 19.5.2
=?utf-8?q?PG_Doc_comments_form?= writes:
> In the example of how to use SPI in the following link
> https://www.postgresql.org/docs/10/spi-examples.html
> The parameters numbers in the follow lines are wrong.
> / * Convert a text object to a C string * /
> command = text_to_cstring (PG_GE
On Wed, Nov 14, 2018 at 12:28:27AM -0500, Anthony Greene wrote:
> Documentation for v10.5, second paragraph, third sentence.
>
> Currently reads: Assignments, loops, conditionals are similar.
>
> Should read: Assignments, loops, and conditionals are similar.
Agreed. Fix applied back through 9.4
On Tuesday, August 28, 2018, PG Doc comments form
wrote:
>
> postgres=# DECLARE
> postgres-# key integer;
> ERROR: syntax error at or near "integer"
> LINE 2: key integer;
> ^
>
You are writing pl/psql language code at the SQL input prompt. That won't
work. You have to
27 matches
Mail list logo