Very easy, just add a repository and run apt-get install postresql-9.0

Dctr Watson explains how:
Very easy, just add a repository and run apt-get install postresql-9.0

Dctr Watson explains how:
I know you can simulate it by creating a temp table with an identity column, delete old rows, get
the max, etc but still… PostgreSQL’s create sequence would be very handy… btw, Oracle has it too
It would allow us to do things like pgTAP with ease.. Check out the slides for pgTAP
just my opinion… grrrr
I’ve created ISUG enhancement request # 3449 for this.
Msg 156, Level 15, State 2
Server ‘DBADEV1′, Procedure ‘ok’, Line 7
Incorrect syntax near the keyword ‘end’.
I’m trying to write an ASE implementation of TAP. A rudimentary TAP implementation for PostgreSQL is at http://www.justatheory.com/computers/databases/postgresql/introducing_pgtap.html
I’ve been able to use case in SQL UDFs before – see http://froebe.net/blog/2007/10/10/porting-mysqls-date_format-function-to-sybase-ase-1502/
Adaptive Server Enterprise/15.0.2/EBF 15654 ESD#4/P/Linux Intel/Linux 2.4.21-47.ELsmp i686/ase1502/2528/32-bit/FBO/Sat Apr 5 05:18:42 2008
I’m just missing something blindingly simple… I just know it.
What I would love to see is native support for SQLite. http://www.sqlite.org
It is the most installed embedded database on the planet hands down. Don’t believe me? You know that Firefox web browser, Thunderbird newsreader, most Adobe products, Miro, etc all have it embedded? – reference http://www.sqlite.org/mostdeployed.html
We use it extensively at work as:
One of the best features is that the database itself in platform independent… copy the db on to AIX from your Windows box … then on to your old Amiga … then on to your windows mobile device. Getting the point?
I really wish Sybase would make it so that the Sybase ASE databases were truly platform and character set/sort order independent… but that is in another dream
Not a blurb in the PowerDesigner/PowerBuilder manuals or anything