Re: Sequence Dependency

2023-06-14 Thread Umut TEKİN
Hi, I am sorry for my late response and thanks now it is fine. Thanks! On Mon, Jun 12, 2023 at 4:15 PM Tom Lane wrote: > "David G. Johnston" writes: > > On Saturday, June 10, 2023, Umut TEKİN wrote: > >> it does not create any pg_depend entry for this sequence

Sequence Dependency

2023-06-12 Thread Umut TEKİN
Hi, I did not find any relation after reading relevant documents so I need to ask you: When we create a table like this; Method - 1 CREATE TABLE fruits( id SERIAL PRIMARY KEY, name VARCHAR NOT NULL ); it automatically creates a sequence and for that sequence it also creates an entry in

Re: Modifying Arrays

2023-02-27 Thread Umut TEKİN
Hi Tom, Thanks for the e - mail. I did interpret it exactly in a different manner, it was my mistake. I am sorry. Thanks! On Mon, Feb 27, 2023 at 4:41 PM Tom Lane wrote: > PG Doc comments form writes: > > According to the official document of PostgreSQL 15, in the section > 8.15.4. > > Modify