Re: Some links to "previous version" seem wrong

2024-08-04 Thread Lele Gaifax
"David G. Johnston" writes: > The point of that sentence is not to provide a simple always-present link > to the prior release notes. It is to warn about special update concerns if > the update is not trivial. I see, thanks for the clarification! Bye, lele. -- nickname: L

Some links to "previous version" seem wrong

2024-08-03 Thread Lele Gaifax
ww.postgresql.org/docs/15/release-15-7.html [2] https://www.postgresql.org/docs/15/release-15-4.html [3] https://www.postgresql.org/docs/15/release-15-3.html -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi co

Re: psql \du no more showing "member of" column

2023-10-13 Thread Lele Gaifax
Ian Lawrence Barwick writes: > and also noted in the release notes: > > https://www.postgresql.org/docs/16/release-16.html#RELEASE-16-PSQL FWIW, I noticed a small typo in the relevant entry: s/informaion/information/ ciao, lele. -- nickname: Lele Gaifax | Dire che Emacs è "

Re: Cannot restore dump when using IS DISTINCT FROM on a HSTORE column

2019-09-05 Thread Lele Gaifax
g.set_config('search_path', '', > false);//' | psql targetdb Great, I can easily do that! I missed the "rewrite-dump-as-sql-script" functionality of pg_restore. Thanks a lot, also to Adrian! bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato

Cannot restore dump when using IS DISTINCT FROM on a HSTORE column

2019-09-05 Thread Lele Gaifax
www.postgresql-archive.org/BUG-15695-Failure-to-restore-a-dump-ERROR-operator-does-not-exist-public-hstore-public-hstore-td6077272.html [2] https://www.postgresql.org/message-id/flat/ffefc172-a487-aa87-a0e7-472bf29735c8%40gmail.com -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato

Re: Parameter placeholders, $n vs ?

2018-05-24 Thread Lele Gaifax
Tom Lane writes: > "David G. Johnston" writes: >> On Thursday, May 24, 2018, Lele Gaifax wrote: >>> So the questions: is the '?' style placeholder a supported variant? and >>> if so, should the ParamRef doc tell something about that? > >>

Parameter placeholders, $n vs ?

2018-05-24 Thread Lele Gaifax
'?' style placeholder a supported variant? and if so, should the ParamRef doc tell something about that? Thanks in advance, ciao, lele. [1] https://github.com/lelit/pg_query/ [2] https://github.com/lfittl/libpg_query [3] https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/in