Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'postgresql'

1883276 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
  1. package hypernova.model.persistence;
  2.  
  3. import java.io.Serializable;
  4. import java.sql.PreparedStatement;
  5. import java.sql.ResultSet;
  6. import java.sql.SQLException;
  7. import java.sql.Types;
  8. import java.util.UUID;
  9.  
1883274 - Hibernate PostgreSQL UUID Suppor: postgresql uuid hibernate postgres dialect
  1. package hypernova.model.persistence;
  2.  
  3. import java.sql.Types;
  4.  
  5. import org.hibernate.dialect.PostgreSQLDialect;
  6.  
  7. public class PostgreSQLDialectUUID extends PostgreSQLDialect {
  8.  
  9.  
1237816 - MySQL vs. PostgreSQL: mysql postgresql db
  1. 00:11 -!- dammit [~midom@84-80-6-088.static.zebra.lt] has joined #rapidxen
  2. 00:11 < dammit> hi!
  3. 00:11 -!- dammit is now known as domas
  4. 00:11 < Diablo-D3> hi domas
  5. 00:11 < Diablo-D3> this makes it easier :P
  6. 00:11  * werdnus sits back.
  7. 00:11 < Diablo-D3> <Diablo-D3> I answered why google uses mysql... its only on small projects that haven't been moved to the big db... they have projects using all sorts of different dbs, but they all
  8.                    eventually get moved to the big db if they become google products
  9.  
697198 - robbat2: mogilefs postgresql
  1. BEFORE
  2. ======
  3. mogilefs=# SELECT relname, pg_type.typname, relkind, reltuples, relpages
  4.            FROM pg_class LEFT JOIN pg_type ON reltype=pg_type.oid
  5.            WHERE relpages>32 AND relnamespace=2200
  6.            ORDER BY relpages DESC ;
  7.  
  8.             relname            | typname | relkind |  reltuples  | relpages
  9.  
696426 - robbat2: mogilefs postgresql
  1. mogilefs=# SELECT relname, pg_type.typname, relkind, reltuples, relpages
  2.            FROM pg_class LEFT JOIN pg_type ON reltype=pg_type.oid
  3.            WHERE relpages>32 AND relnamespace=2200
  4.            ORDER BY relpages DESC ;
  5.  
  6.             relname            | typname | relkind |  reltuples  | relpages
  7. -------------------------------+---------+---------+-------------+----------
  8.  file_dmid_key                 |         | i       |      896800 |    42142
  9.  
worth-right fantasy-obligation
fantasy-obligation