grants files - Search results in mailing lists

2011-10-01 08:29:37 | Edit multiple rows concurrent save (Péter Szabó)

filed which are storing the card numbers which the user have. Every user can have several deck assembled. Every card can belong to multiple decks independently. Table for decks and for the cards

2011-09-29 19:07:35 | Edit multiple rows concurrent save (Péter Szabó)

filed which are storing the card numbers which the user have. Every user can have several deck assembled. Every card can belong to multiple decks independently. Table for decks and for the cards

2011-05-23 13:54:10 | problem with update data sets from front ends 8.4, Ubuntu 10.04 (Dean le Roux)

GRANT ALL ON TABLE "FINANCEDETAILS" TO public; # ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines

2010-12-19 05:37:23 | Help with Function in plpgsql (acurtis416)

files. I keep getting a duplicate key violation. Any help would be appreciated to understanding if this is a logic error or not possible in plpgsql. I am in the process of trying to learn

2010-01-31 20:50:55 | Fwd: Help required on query performance (Dave Clements)

file', 'page_rss_feed')      )      AND a.aid IN      (        SELECT          p.aid        FROM          perm p LEFT JOIN s_ast_role r ON (p.userid = r.roleid)        WHERE          (            p.userid IN ('7') OR r.userid

2009-03-15 20:35:07 | Oracle to PostgreSQL (Greenhorn)

file name: aa_asset_type.sql CREATE TABLE AS_ASSET_TYPE ( MAIN_TYPE CHAR(3) NOT NULL, SUB_TYPE NUMBER(3) NOT NULL, DESCRIPTION VARCHAR2(25) DEFAULT ' ' NOT NULL, SERVICE_SCHEDULE VARCHAR2(8) DEFAULT

2008-02-09 10:16:36 | Re: Postgres roles (Shane Ambler)

grants and revokes on all the tables/functions etc for you. It can do an entire schema in a few clicks. 2. Generate the list of commands yourself - fill a text file

2007-11-16 12:41:19 | Re: Is there anything special about pg_dump's compression? (Shane Ambler)

GRANT ALL ON SCHEMA REVOKE ALL ON SCHEMA ...... are in your backup files) To test

2006-07-03 10:09:56 | Re: hi i need to connect database from my system to another (Richard Broersma Jr)

file. Also, keep in mind that the above change is basically an "open door" to everything in your DB server. So after you've had a change to get familiar with everything, you will want

2005-09-22 17:48:29 | Re: Issue with UPDATE statement on v8 (Rajesh Kumar Mallah)

granted AND (h.relation = w.relation AND h."database" = w."database" OR h."transaction" = w."transaction"); (sql above was posted by mr. Tom Lane in a particular reply) But You have to enable command string

2005-06-29 20:14:07 | Error saving image to PostgresSQL 8.x database (Fred Cunningham)

file ps.setDate(3, sqlDate); //changeddate ps.setTime(4, sqlTime); //changedtime ps.setString(5, "Fred Cunningham"); //changedby ps.setInt(6, vehinfoid); //dispatchid } returnVal = ps.executeUpdate(); ps.close(); fis.close(); } catch (SQLException e) { System.out.println

2004-09-21 01:11:39 | Re: JOIN performance (Dean Gibson (DB Administrator))

file_num, applicant_type_code AS applicant_type, radio_service_code AS radio_service, license_status AS license_status, grant

2004-09-06 07:25:10 | Re: Full access to a DB with a second user? (Oliver Elphick)

file Read the system catalog for a list of relations and construct a GRANT command

2003-07-01 16:16:36 | help with rpm script (Craig Jensen)

file------------------------- %post # This section creates the database, dbuser, dbpasswd and # data after the package has been installed pw=`/bin/cat /etc/openldap/ldap.pw` /bin/echo exit | /usr/bin/mysql --password=$pw mydb 2>&1 &> /dev/null if [ "$?" = "1" ; then /bin/echo "Creating mydb

2002-11-01 17:12:53 | Re: HA PostgreSQL (Robert Treat)

file is off your going to end up in trouble. Granted, I don't know