Re[GENERAL] turn Query with simple function

2008-02-23 Thread dvanatta
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

Re: [GENERAL] Sun acquires MySQL

2008-01-16 Thread dvanatta
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 >

[GENERAL] Sun's PostgreSQL contribution?

2008-01-16 Thread dvanatta
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

[GENERAL] CREATE TYPE and pgAdmin III

2007-12-31 Thread dvanatta
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