grants files - Search results in mailing lists

2015-06-30 20:10:03 | Re: SQLJSON (Markus KARG)

files for the API in the package. I feel that's the right way, and I don't see it would create conflicts unless JSR353 would create a new version, something which I believe extremely

2011-01-18 15:51:01 | Re: jdbc spec violation for autocommit=true & addbatch/executeBatch (Quartz)

file, but the mailing list may not show it; only the direct recipient would get it. ======================= Thread 1 ======================= 14:27:32.683 (1) PostgreSQL 9.0 JDBC4 (build 801) 14:27:32.683 (1) Trying to establish

2010-09-19 13:43:05 | Re: Broken pipe error (admin)

file. I have to ask other to get the DB log messages. Here is what I get back: NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index "web_menu2_pkey" for table "web_menu2

2010-06-16 18:26:48 | Re: Java .pgpass reader (Radosław Smogura)

files) is never secure, because hacker at 90% can retrive orginal password (if it's not encrypted with user provided password), or at least can reproduce chain of activities to login to database. In theory

2008-01-29 16:57:57 | Re: JDBC and GSSAPI/Krb5 (Peter Koczan)

Granted, I'm still a bit new to JDBC, so please point out any stupid mistakes, maybe I forgot a config step. I did follow the docs, but no combination of username/password would work

2006-09-18 13:51:06 | Re: idle in transaction (João Paulo Ribeiro)

granted FROM pg_locks, pg_class, pg_database WHERE pg_locks.relation = pg_class.oid AND pg_locks.database = pg_database.oid order by pg_class.relname, pid; You will see in wich table

2006-08-21 16:04:07 | Permission denied for sequece... (Jon Horsman)

files (for testing purposes) local all all trust host all all 127.0.0.1 255.255.255.255 trust I create my db, as follows: createdb testdb then i log into psql and run the following CREATE USER testuser PASSWORD

2006-04-06 09:15:54 | Re: thread hang on execute call (João Paulo Ribeiro)

granted FROM pg_locks, pg_class, pg_database WHERE pg_locks.relation = pg_class.oid AND pg_locks.database = pg_database.oid order by pg_class.relname, pid; Best regards. João Paulo Ribeiro Pavan Kumar

2003-11-18 16:03:35 | problem connecting from JDBC: not over (Carlos Ho Shih Ning)

granting access to machines and/or users? What else I should double check either in the files

2003-08-26 16:39:19 | Help - lo_close: invalid large obj descriptor (Toby)

GRANT ALL ON "pg_largeobject" TO "web"; I also tried not using the connection pool, and instead just using the straight DriverManager.getConnection() instead, but that fails on the lo.write() call

2003-06-19 12:02:50 | Re: Connect Socket problem (David Wall)

file. You'll need an entry for your applet that grants that permission with an entry

2003-05-05 05:52:54 | Re: Postgres Issue with JDBC (John Kunchandy)

Grant : -- ============================================================================ === Hi All I am a novice in using Postgres.I have been mainly using Postgres with Zope installed on Mandrake Linux.PLEASE SPARE A LITTLE TIME TO READ MY MAIL since

2002-05-12 08:34:36 | dreamweaver mx (tony)

file and some .jsps) and send them to those who request them instead of spamming the list. We really need to be in the jdbc connections dialogs on an equal footing with MySQL

2002-01-03 10:04:22 | Re: can't access database from servlet (Nick Fankhauser)

grants to select from name, the error message telling you this is probably in this log file

2001-12-27 11:36:14 | Re: Problem with connecting to postgres using JDBC with JSP, but not JDBC with Java (Nick Fankhauser)

file for postgresql- It's pretty standard for it to be set up as "peer sameuser" by default for localhost connections. If this is the case, Tomcat will be running as root, but your servlet