[GENERAL] Re: [HACKERS] PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error

1999-03-04 Thread Thomas G. Lockhart
> I've seen several postings about this, but no resolution. I've > filed another bug report. > Problem Description: > > template1=> create database foo; > CREATEDB > template1=> drop database foo; > ERROR: typeidTypeRelid: Invalid type - oid = 0 > ERROR: typeidTypeRelid: Inv

[GENERAL] Re: [INTERFACES] the last row in a table

1999-03-09 Thread Thomas G. Lockhart
> I am developing a database with PostgreSQL in Linux, and using ecpg to > write the C program to communicate with the database. > One of my application need to get the data from the last row in a > table. Is there any function or command that can tract which is the > last row of data in a tabl