sequences

From: Karl Martin Skoldebrand <KS0C77263(at)TechMahindra(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: sequences
Date: 2019-06-24 09:01:27
Message-ID: 58d4e306318949238145d0cfb0c37f50@UKEXCHMBX003.TechMahindra.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm trying to troubleshoot a case where users are getting data from a database, despite they having said they are not interested.
There is a number of sequences in the database in question, but to me they look "empty", like stubs.

create sequence db_table_seq;

alter sequence db_table_seq owner to dbnameuser;

(all names obfuscated)

To me it look like the only thing going is changing the ownership of the sequence. For unknown reasons.
What is your impression the intention is with this?

//Martin S

============================================================================================================================

Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html <http://www.techmahindra.com/Disclaimer.html> externally http://tim.techmahindra.com/tim/disclaimer.html <http://tim.techmahindra.com/tim/disclaimer.html> internally within TechMahindra.

============================================================================================================================

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rahul Chordiya 2019-06-24 09:20:27 Re: got stuck in pglogical upgrade on FreeBSD
Previous Message Thomas Munro 2019-06-23 21:28:07 Re: LDAP Search failing when i provide Multiple entry in pg_hba.conf