Re: Proposal to add a new URL data type.

2024-12-05 Thread Ziga
On 05/12/2024 15:59, Peter Eisentraut wrote: On 05.12.24 15:01, Alexander Borisov wrote: Postgres users often store URLs in the database.  As an example, they provide links to their pages on the web, analyze users posts and get links for further storage and analysis.  Naturally, there is a need

Re: Adding SHOW CREATE TABLE

2023-05-19 Thread Ziga
On 19/05/2023 19:08, Andrew Dunstan wrote: I think the ONLY place we should have this is in server side functions. More than ten years ago I did some work in this area (see below), but it's one of those things that have been on my ever growing personal TODO list See

Re: DROP SUBSCRIPTION with no slot

2019-09-24 Thread Ziga
This also seems to be a problem for somewhat fringe case of subscriptions created with connect=false option. They cannot be dropped in an obvious way, without knowing the ALTER SUBSCRIPTION trick. For example: contrib_regression=# create subscription test_sub connection 'dbname=contrib_regress