Re: what means "INSERT xxx yyy" ? - Mailing list pgsql-general

From mike
Subject Re: what means "INSERT xxx yyy" ?
Date
Msg-id 000d01c0976a$e2b16ce0$c4a35bd1@neutrino
Whole thread Raw
In response to what means "INSERT xxx yyy" ?  (Jean-Arthur Silve <jeanarthur@eurovox.fr>)
List pgsql-general
> Hi !
>
> Does anyone knows what means, after an INSERT for exemple the message :
>
> INSERT 19331808 1
>
> What the meaning of the two numbers ?
>
> I had a problem with a DB because I reached the max transaction ID.
>
> So, how could i know what is the maximum ? and what is the current
> transaction ID ?
> Is it the first number ?
>
> Thank you

INSERT 19331808 1

That just tells you waht you did "INSERT" and it displays the oid for that
insert "19331808", as for the 1, uncertain waht it is, but its always there

Mike


pgsql-general by date:

Previous
From: "Richard Huxton"
Date:
Subject: RFC: automatic "lastchange" timestamp updater module
Next
From: Bruce Momjian
Date:
Subject: Re: replica question