[no subject]

2025-01-21 Thread Lana ABADIE
Hi all  I bumped into a weird case that i don't really understand...maybe someone in this list could have a clue We have 2 Postgres databases configured as master/slave replica (Postgresq 12, RHEL8) We have applications which write data into the master and applications which reads data from the

[no subject]

2024-06-17 Thread Дмитрий Питаков
In libpq, in the code of the lo_import function, for each piece of a file of 8KB in size, lo_write is called, which greatly slows down the work of lo_import because lo_write sends a request and waits for a response. The size of 8KB is specified in define LO_BUFSIZE which changed from 1KB to 8KB 24

[no subject]

2024-01-25 Thread Ron Johnson
PG 14.10 (and 9.6.24, which we're migrating off of). EXPLAIN SELECT works inside a FOR loop, but only the first line of the EXPLAIN output is stored. What's the magic sauce for seeing the whole EXPLAIN output? (The purpose is to generate many queries and see how the BIND and SELECT times change

[no subject]

2023-06-10 Thread Rajmohan Masa
Hi Team, 1. We are using Windows server . How to set up Kerberos authentication? 2.How to set up/create/use SSPI authentication? 3.Like MSSQL server windows authentication is it possible in postgresql server? I tried to search through Google,youtube and chatgpt also. I'm unable to get clarity on

[no subject]

2023-05-15 Thread Fabrice Chapuis
I am using postgres v.14 on rhel8 I enabled the track_commit_timestamp parameter. postgres [379418]=# show track_commit_timestamp ; ┌┐ │ track_commit_timestamp │ ├┤ │ on │ └┘ (1 row) I performed a recover

[no subject]

2023-02-21 Thread Alberto García Fumero
Good morning to all. I'd need some advice. I'm trying to install PgAdmin4 from its repository, on Debian 11, by the instructions in the concerning page in www.postgresql.org. The installation fails, as the packages cannot be verified. What shoud I do? I tried using deb [trusted=yes], but under

[no subject]

2022-07-26 Thread Rama Krishnan
Hi all, How to take a table backup using directory format? I am having huge size of table when I am using a pg_dump it tooks more time kindly suggest me

[no subject]

2022-06-16 Thread Rama Krishnan
Hi , What type of temp database should i use to maintain logs or export logs? Thanks Rama-krishnan

[no subject]

2022-06-08 Thread Jim McNamara
Hi - Does anyone use the gawk extension? I think it is the coolest thing. I see that it installed .so files on my system from the fedora package manager but there is no .sql file or control file in the extension directory. I searched with kfind utility and didn't find anything. I can't seem to

[no subject]

2022-05-22 Thread Rama Krishnan
Hi, After pg_repack do we face any perfomancr issue or any other issues in production DB

[no subject]

2022-05-16 Thread Rama Krishnan
Hi All, How to install pg_repack and use? Thanks RamaKrishnan

[no subject]

2021-12-14 Thread Dennis
Hi, Can I add custom sqls for regression tests (pg_regress) ? If it can be added how? Dennis

[no subject]

2021-11-22 Thread AC Gomez
Postgres 9.6. We're attempting to delete some old users from a DB. Log into DB as masteruser. Run this block of commands (the_schema=public, and it's the only schema in this particular DB): REVOKE ALL PRIVILEGES ON DATABASE the_database FROM old_role; REVOKE USAGE ON SCHEMA the_schema FROM old_r

[no subject]

2021-10-10 Thread Ken Wang

[no subject]

2021-09-01 Thread obi reddy
Hi everyone is there any one working on PostgreSQL windows machine. Thank you & Regards Obireddy.G

[no subject]

2021-08-27 Thread obi reddy
Hi everyone. how to take incremental backup in postgresql windows machine. Thank you And Regards Obireddy.G

[no subject]

2021-08-15 Thread otar shavadze
How measure table total pages (block) count? would be this correct way? : SELECT pg_table_size('my_table'::regclass) / current_setting('block_size')::BIGINT;

[no subject]

2021-07-02 Thread Tom Lane
Igor Korot writes: > On Fri, Jul 2, 2021, 5:24 AM Atul Kumar wrote: >> -> Seq Scan on sam_participant pp (cost=0.00..777393.87 rows=56113 >> width=10) (actual time=0.277..10869.750 rows=2335154 loops=1) >> Filter: ((igroupid)::integer = >> (current_setting('env.groupid'::text))::integer

[no subject]

2021-07-02 Thread Atul Kumar
Hi, I have one query like below : SELECT m.iMemberId "memberId", m.cFirstName "firstName", m.cLastName "lastName", m.cFirstName || ' '

[no subject]

2021-05-18 Thread Tom Lane
"David G. Johnston" writes: > Given this, should the configuration description for this include the "This > parameter can only be set in postgresql.conf file or on the server command > line." comment, Hmm, yeah, it does lack the standard boilerplate for a PGC_POSTMASTER GUC. I wonder which other

[no subject]

2021-05-17 Thread Tom Lane
"David G. Johnston" writes: > On Monday, May 17, 2021, Tom Lane wrote: >> It looks like it won't be started if you set >> max_logical_replication_workers = 0. > I was wondering about that. Would you mind posting a link to the code > where that is checked? I actually looked though admittedly no

[no subject]

2021-05-17 Thread Tom Lane
"David G. Johnston" writes: > On Sunday, May 16, 2021, Loles wrote: >> I don't understand why the server starts that process if I'm not using >> replication of any kind. > It starts the process because at any time someone can execute a “create > subscription” command. If no one does so the amo

[no subject]

2021-05-16 Thread Loles
Hi! Let's see if someone can answer my question. In a default PostgreSQL 13 installation, starting the server starts a process called "logical replication launcher". I know what logical replication is but I don't know what this process does on the server. Even if you change the default setting

[no subject]

2020-07-12 Thread Anto Aravinth
Hello All, I have the following table: postgres=# \d so_rum; Table "public.so_rum" Column | Type | Collation | Nullable | Default ---+-+---+--+- id| integer

[no subject]

2020-04-23 Thread servetturan
subscribeend  

[no subject]

2020-04-01 Thread Nicola Contu
Hello, I am running postgres 11.5 and we were having issues with shared segments. So I increased the max_connection as suggested by you guys and reduced my work_mem to 600M. Right now instead, it is the second time I see this error : ERROR: could not resize shared memory segment "/PostgreSQL.213

[no subject]

2019-11-21 Thread Sébastien Bihorel
Hi, I am new to this list and reaching out because I am having troubles setting up a local PostgreSQL database on my laptop. Maybe, as a preamble, I should say that I am pretty much a novice trying to teach myself and get practical experience about database and SQL queries (I have some general ide

[no subject]

2019-11-20 Thread Soukaina Lahchiouach
Hello , does postgresql with react native allow us to create chat applications?

[no subject]

2019-08-27 Thread Sonam Sharma
Is there any option to run reindex or vaccum in background? Every time the session gets logged off in between.

[no subject]

2019-07-02 Thread Prakash Ramakrishnan
Hi Team, We are getting below error while during import the csv file please do the needful. CREATE TABLE ujshjk ( pod_id bigint NOT NULL, src_id smallint, eff_strt_dt date,eff_end_dt date,ins_dt timestamp without time zone,updt_dt timestamp without time zone,nat_key_1 character(50),nat_key_2 char

[no subject]

2019-05-29 Thread Pawan Sharma
Hello All, Is it possible check privileges of all the users or roles, and what are the objects owned by user and role with their privileges. I am getting the output which want from information_schema.roles_usage_grants, but as I not running the query as a superuser so I am able to see only one sp

[no subject]

2018-08-23 Thread Raghavendra Rao J S V
Hi All, In order to implment connection pool mechanisam, we have decided to use pg_bouncer. But due to some dependent software's like openssl we are not going to use pg_bouncer. Therefore we are planning to use pgpool to implement the connection pool mechanisam in my applicaiton. We don't have m

[no subject]

2018-08-20 Thread Ravi Krishna
Can I split a large file into multiple files and then run copy using each file.  The table does not contain any serial or sequence column which may need serialization. Let us say I split a large file to 4 files.  Will theperformance boost by close to 4x??

[no subject]

2018-07-19 Thread Torsten Förtsch
Hi, is there a way to find if a certain page in a data file is referenced by a btree index? I found a few completely empty pages in one of my tables. I am not sure if that's corruption or just bloat. Now I am thinking I could use an index, the PK for instance, and see if it references these pages

[no subject]

2018-06-13 Thread Caglar Aksu
Dont mail me plase unsubscribe

[no subject]

2018-02-13 Thread Samuel Oceguera

[no subject]

2018-02-07 Thread Salvador Jacinto
ÑAO EÑTENĎI

[no subject]

2017-12-21 Thread Ramar Duraisamy
Hi friends, This is Ramar and i have accidentally deleted database in postgresql through pg admin. My backup restore not working. Can i recover my deleted database in postgresql. Anyone having solution kindly reply me. Thanks & Regards, Ramar D