Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in postgresql

How do you know when to use varchar and when to use text in sql?

What has changed between postgres jdbc 8.4 and 9 regarding bytearrays?

java postgresql jdbc

Alphabetically ordering records with "The", "A", "An" etc at the beginning of varchar field

mysql sql postgresql

Is there any way to hide the long divider lines in PostgreSQL's expanded output?

postgresql

Copy database in postgres

postgresql

Using a single SQL correlated sub-query to get two columns

How do I work with high precision decimals in PHP

php sql postgresql pdo

psycopg2 on Fedora [closed]

How to test an if statement in PostgreSQL?

sql postgresql plpgsql

As IPV6 needs 128 bits(16 bytes) then why in postgres CIDR datatype has storage as 24 byte(8.1) and 19byte(9.1)?

postgresql ipv6 ipv4 cidr inet

Django database connection error

django postgresql

PostgreSQL delete all but the oldest records

SELECT COUNT(*) - return 0 along with grouped fields if there are no matching rows

Regex to find complete words at Postgresql

regex postgresql

UNION ALL on JSON data type

Pl/pgSQL there is no parameter $1 in EXECUTE statement

postgresql plpgsql

Multi-schema Postgres on Heroku

JDBC - select where column is NULL

java sql postgresql jdbc

postgres not using index on SELECT COUNT(*) for a large table

Postgres calling a void function