Some SQL targeted at PostgreSQL. This was intended as the database backend for user management in an online shop system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

2 lines
169 B

createlang plpgsql shop
# psql -c "create function get_int4_record_val(record, text) returns int4 as '/home/georg/projects/shopsystem/plpgsql_support' language C;" shop