[GENERAL] unsubscribe pgsql-general

2009-09-29 Thread Eddy D. Sanchez
unsubscribe pgsql-general -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] about c# and postgresql

2007-07-24 Thread Eddy D. Sanchez
I use Npgsql for client/server applications you can view the manual at: http://npgsql.projects.postgresql.org/ docs/manual/UserManual.htm On 23 Jul 2007, at 22:47, longlong wrote: hi,all i have a local system with windows xp. i want to use c# to connect with a postgresql database running in

[GENERAL] Image Archiving with postgres

2007-06-27 Thread Eddy D. Sanchez
Hello Everyone. I want to scan a large quantity of books and documents and store these like images, I want use postgres, anyone have experience with this kind of systems, can you suggest me an opensource solution ?? Thanks. ---(end of broadcast)--

Re: [GENERAL] IF function?

2007-05-01 Thread Eddy D. Sanchez
You must use CASE var=val2 THEN [true statement] ELSE [false statement] END ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [GENERAL] pgsql and Mac OS X

2007-05-01 Thread Eddy D. Sanchez
I've got PostgreSQL Client and server on my MacBook, just compiling the last source code without problem, and I work with last PgAdmin. I had problem with mac ports, and I decide install Xcode for libraries and compile postgres from scratch, it works fine, without any problem with libraries

[GENERAL] Business days

2007-04-25 Thread Eddy D. Sanchez
Hello... I need to get the a total number of business days (from monday to friday) between two dates. Someone can help me please. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[GENERAL] pljava on mac

2007-03-04 Thread Eddy D. Sanchez
Someone works with pljava under postgresql on mac? I'm trying to install on OSX 10.4.8 but I cant compile this. Is there somebody that can copy me its compiles libraries ? ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please s

[GENERAL] pljava for mac osx 10.4.8

2007-03-02 Thread Eddy D. Sanchez
I'm trying to install pljava on postgresql on macintosh I have postgres runing, but I have not got any manual for install pljava on OSX If someone have its pljava.so and other needed libraries compiled can you copy me please?? I use a MacBook with OSX 10.4.8 and java 1.5.0, postgresql 8.2.

Re: [GENERAL] Add items to a record variable

2007-03-01 Thread Eddy D. Sanchez
Thanks. But I need to add fields to a defined and filled record, I don't know if I can do it, and how can I do it. If I have: v_record record; EXECUTE 'select * from table' INTO v_record; supposing (after query) that v_record contains just one row with 5 fields, I need to add the 6th, 7t