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
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
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)--
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
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
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
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
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.
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