I'm new to PostgreSQL, moving over from SQL Server and stored procs to
PostgreSQL 8.3 and it's functions and having some difficulty. With SQL
Server I didn't have to define types and return those types from stored
procs which was convenient. I came across Return Query but can't find much
info on
What's up with 3 of the 7 being from Pennsylvania? What's the connection?
Dave Page-3 wrote:
>
> 2 out of 7 - which would be Bruce & I.
>
> ---(end of broadcast)---
> TIP 1: if posting/reading through Usenet, please send an appropriate
>
How much does Sun currently contribute to the project? Do they have
designated coders?
--
View this message in context:
http://www.nabble.com/Sun-acquires-MySQL-tp14881966p14884994.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
---(end of b
I realize this is a pgAdmin question but I figure most of you use it and
could help. I've executed the following code:
CREATE TYPE cart_saved_product AS
(
product_id INTEGER,
name VARCHAR(50),
price NUMERIC(10, 2)
);
it created successfully but I do not see it in the pgAdmin ob