validly - Search results in mailing lists
Mailing lists >> pgsql-novice >> Thread
2024-12-02 23:36:11 | Re: Command Line option misunderstanding (David G. Johnston)
valid and invalid variable specifications. The invalid ones give you various different errors. The correct
Mailing lists >> pgsql-novice >> Thread
2021-05-13 21:02:31 | Re: Transaction ISOLATION LEVEL - have I missed something? (David G. Johnston)
valid interleaving versus invalid interleaving (for serializable) all coming into play the notion of timestamp
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2021-01-31 23:17:26 | Explain Plan - Lower Estimated Time but Higher Cost (Greg Rychlewski (LCL))
valid_from <= '2021-01-28 00:00:00'::timestamp without time zone) AND (o0.valid
Mailing lists >> pgsql-novice >> Thread
2021-01-26 15:21:31 | Re: Not able to restore generated columns due to a function (David G. Johnston)
valid data first instead of letting the called function fail. Your functions also are not immutable
Mailing lists >> pgsql-novice >> Thread
2020-09-19 14:53:24 | Feature proposal for psql (Denis Gantsev)
valid SQL (well kinda, if no placeholders "@" is used) and comments. I have also added
Mailing lists >> pgsql-novice >> Thread
2020-09-14 22:23:53 | Re: Collation and Character Type (David G. Johnston)
valid - just remember you need to be connected to a database in order to execute
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2020-07-06 14:59:51 | Multi-column join + aggregate subquery resulting in infinite run time (Steve Estes)
valid accounts, appended with the count of records in the dunning_letters table if any exist
Mailing lists >> pgsql-novice >> Thread
2020-06-23 02:32:56 | Re: Connections Increasing Slowly (Bee.Lists)
valid connections, over a set amount of time (it’s variable and I can change
Mailing lists >> pgsql-novice >> Thread
2020-05-22 15:57:13 | Re: decode, base64 problem (Tom Lane)
valid base64 data, the decode output would be wrong, with bits incorrectly reassembled into bytes
Mailing lists >> pgsql-novice >> Thread >> Search in thread (2)
2020-03-28 15:09:47 | Re: chr(3) and 3::text (gmail Vladimir Koković)
valid in ASCII and UTF-8 character sets. Main question is, why is 3::text
Mailing lists >> pgsql-novice >> Thread
2020-02-21 16:20:56 | Re: Confused about how to enable backups (e.g. Write Ahead Log). (Stephen Frost)
valid. I strongly recommend using a tool which ensures that all WAL from a backup
Mailing lists >> pgsql-novice >> Thread
2019-11-18 03:07:06 | Re: Why oh why is this join not working? (David Rowley)
valid SQL. GROUP BY logically and syntactically comes after joins at each level. If you want
Mailing lists >> pgsql-novice >> Thread
2019-11-05 14:35:01 | explain statements question (LM)
valid commands or perhaps someone just left debug statements of some kind in the application
Mailing lists >> pgsql-novice >> Thread
2019-10-30 04:17:20 | Adding primary key on table with 3 billion records. (Irene Yeh)
VALID option so that it will run very quickly 2. Run the validate constraint check
Mailing lists >> pgsql-novice >> Thread
2019-09-07 18:07:25 | Works in MySQL but not in PG - why? (Pól Ua Laoínecháin)
valid to me) won't work for PG. Now, I'm fully aware that PG is **WAY** more