[GENERAL] Website Hosting Service and Security

2006-12-21 Thread Brandon E Hofmann
Does anyone recommend a Website Hosting Service that supports PostgreSQL databases, Java, and Java Server Pages? Also does anyone recommend a low budget security method to support logging into an application? I'm writing a web application using Java that I want to use with a PostgreSQL databas

[GENERAL] plpgsql Result Sets

2006-06-13 Thread Brandon E Hofmann
When using a temp table in plpgsql functions that has columns comprised from many tables populated by joins, how do you specify a temp table return type when its generated by select into and dropped dynamically? I get an error when I specify returns setof temp_table. Also when I specify a perman

[GENERAL] Temp Tables

2006-05-26 Thread Brandon E Hofmann
When using a temp table in plpgsql functions that has columns comprised from many tables populated by joins, how do you specify a temp table return type? I get an error when I specify returns setof temp_table. Also when I specify a permanent table as the return type, I get extra blank columns in

[GENERAL] Server/Database/Schema Definitions

2006-05-17 Thread Brandon E Hofmann
When coding table and function scripts, how do you specify which server/database/schema where you want new tables and functions to reside? Every time I execute my creation scripts, it puts everything in the public schema under the PostgreSQL server. I'm new to PostgreSQL and haven't found any doc

Re: [GENERAL] Question

2005-12-01 Thread Brandon E Hofmann
The procedure syntax CREATE PROCEDURE doesn't exist in 8.1. What specific topic are you referring to in your doc link reference? ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[GENERAL] Question

2005-11-30 Thread Brandon E Hofmann
Does PostgreSQL include Stored Procedures supporting the CREATE PROCEDURE syntax. I notice pgAdmin III has a procedure section in addition to functions. I thought PostgreSQL implemented Stored Procedures before MySQL 5.0. I have a Sybase implementation with Stored Procedures that I want to conv