From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Elielson Fontanezi <ElielsonF(at)prodam(dot)sp(dot)gov(dot)br> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: message issued by INSERT commands |
Date: | 2002-07-30 04:26:03 |
Message-ID: | 200207300426.g6U4Q3p01144@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Those numbers are object ids, unique values give to each inserted row.
---------------------------------------------------------------------------
Elielson Fontanezi wrote:
> Hi!
>
> Fot these INSERT commands
>
> test=> INSERT INTO friend VALUES (
> test(> 'Cindy',
> test(> 'Anderson',
> test(> 'Denver',
> test(> 'CO',
> test(> 23
> test(> );
> INSERT 19054 1
> test=> INSERT INTO friend VALUES (
> test(> 'Sam',
> test(> 'Jackson',
> test(> 'Allentown',
> test(> 'PA',
> test(> 22
> test(> );
> INSERT 19055 1
>
> what means the numbers 19054 and 19055?
> Is the transaction ids?
>
>
> ..............................................
> A Question...
> Since before your sun burned hot in space and before your race was born, I
> have awaited a question.
>
> Elielson Fontanezi
> DBA Technical Support - PRODAM
> +55 11 5080 9493
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Lock | 2002-07-30 06:02:18 | Convert number of month to name of month |
Previous Message | Bruce Momjian | 2002-07-30 04:16:59 | Re: [GENERAL] pg_controldata question |