functions.
== Ezra Epstein
---(end of broadcast)---
TIP 8: explain analyze is your friend
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
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