From: | Bob Pawley <rjpawley(at)shaw(dot)ca> |
---|---|
To: | Alban Hertroys <alban(at)magproductions(dot)nl> |
Cc: | Steve Atkins <steve(at)blighty(dot)com>, PgSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PG Admin |
Date: | 2006-12-05 15:55:35 |
Message-ID: | 020f01c71885$cd719b00$8e904618@owner |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Perhaps I can - it will be learning curve for me. However, the development
would be so much easier to apply if it were available in PostgreSQL in a
form similar to generating a serial column.
Bob
----- Original Message -----
From: "Alban Hertroys" <alban(at)magproductions(dot)nl>
To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
Cc: "Steve Atkins" <steve(at)blighty(dot)com>; "PgSQL General"
<pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, December 05, 2006 1:31 AM
Subject: Re: [GENERAL] PG Admin
> Bob Pawley wrote:
>>> I'm sure that PG Admin just generates the numbers in the GUI as it
>>> displays them (as they're meaningless as persistent data).
>
>> Perhaps - but they aren't necessarily meaningless as pure information.
>
> Can't you just do the same - generate the numbers within your
> application - and only store them once this "construction phase" ends?
>
> It seems weird to keep some arbitraty numbering scheme in the database.
>
> What does it signify in that phase? Does order matter at all - or is
> that what it's supposed to be?
>
> You could also use a mixed solution:
> - use a sequence during the construction phase to order by,
> - generate the "real" numbering in your client application based on that
> order,
> - store the generated numbers instead of the sequence values once the
> construction phase is finished.
>
> PS. please don't top post, I had to reconstruct your message to let it
> make sense.
> --
> Alban Hertroys
> alban(at)magproductions(dot)nl
>
> magproductions b.v.
>
> T: ++31(0)534346874
> F: ++31(0)534346876
> M:
> I: www.magproductions.nl
> A: Postbus 416
> 7500 AK Enschede
>
> // Integrate Your World //
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-12-05 16:16:36 | Re: How to speed up Exclusive Locking |
Previous Message | shakahshakah@gmail.com | 2006-12-05 15:44:51 | Re: Row-based authorization |