* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
* -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
-* Allow HAVING to use comparisons that have no aggregates, for portability
+* -Allow HAVING to use comparisons that have no aggregates(Tom)
VIEWS
Create a user with a password:
-CREATE USER davide WITH PASSWORD jw8s0F4
+CREATE USER davide WITH PASSWORD "jw8s0F4"
valid:
-CREATE USER miriam WITH PASSWORD jw8s0F4 VALID UNTIL 'Jan 1 2002'
+CREATE USER miriam WITH PASSWORD "jw8s0F4" VALID UNTIL 'Jan 1 2002'
Create an account where the user can create databases:
-CREATE USER manuel WITH PASSWORD jw8s0F4 CREATEDB
+CREATE USER manuel WITH PASSWORD "jw8s0F4" CREATEDB