[BUGS] %ROWTYPE in RETURNS clause of CREATE FUNCTION statement causes a parser error. Postges 7.4 & 7.4.1

2003-12-24 Thread ezra epstein
functions. == Ezra Epstein ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [BUGS] I find a bug (IMHO)

2004-01-18 Thread ezra epstein
This *might* be a case where you want to define table B using the LIKE clause, rather than inheritance. Then you could modify table B as you please: dropping constraints or columns, etc. == Ezra Epstein ---(end of broadcast)--- TIP 3: if posting

[BUGS] BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)

2004-02-14 Thread ezra epstein
The following query yields: PublishWorks=> select count(*) from merchandise.ds_item(6); count --- 815 (1 row) Yet the following produces: PublishWorks=> select count(item.*) from merchandise.ds_item(6) item; server closed the connection unexpectedly This probably means the server