Skip to main content

All Questions

Tagged with or
3 votes
1 answer
150 views

I am comparing how PostgreSQL and SQL Server protect data pages from torn writes. PostgreSQL has a feature called full_page_writes. On the first modification to a page after a checkpoint, PostgreSQL ...
Artashes  Khachatryan's user avatar
1 vote
1 answer
141 views

Postgres 17 cluster is in Windows server in Estonian locale. Databases are defined like CREATE DATABASE mydb WITH OWNER = mydb_owner ENCODING = 'UTF8' LC_COLLATE = 'et-EE' LC_CTYPE ...
Andrus's user avatar
  • 143
0 votes
1 answer
45 views

Question I know TSQL is the SQL dialect of Microsoft dialect. However, I failed to find an equivalent for PostgresSQL. Thus I ask, what is the name/abbreviation of the PostgreSQL dialect? My initial ...
rugk's user avatar
  • 103
1 vote
1 answer
39 views

I have tables with very large numbers, which are entered using scientific notation (e.g. 1e100). But when in the PostgreSQL's psql client (as of 18.x), they get expanded into the full length: # SELECT ...
tinlyx's user avatar
  • 3,850