Sequences/Problem II. - Mailing list pgsql-general

From Ludwig Meyerhoff
Subject Sequences/Problem II.
Date
Msg-id Pine.LNX.4.21.0105052010430.21059-100000@ludwig
Whole thread Raw
List pgsql-general
Hallo!

I temporary solved the problem with the sequences by making a query:
select id from ports order by id desc limit 1;

But I am not convinced this is "the real way" to get the number of element
the table ports has ....


Saluti!

Ludwig


pgsql-general by date:

Previous
From: The Hermit Hacker
Date:
Subject: Web-based Problem/Project tracking system ...
Next
From: "Dave Cramer"
Date:
Subject: Re: OODBMS vs. RDBMS